/* 解决方案列表 */
.zx-btn{
	top: 62%!important;
}
.list-group{
	position: relative;
	margin: -70px auto 40px;
	width: 1440px;
	display: flex;
	display: -webkit-flex;
	z-index: 11;
}
.list-nav-group{
	width: 18%;
/* 	display: flex;
	display: -webkit-flex; */
}
.list-tab-nav{
	padding:16px 20px;
	margin-bottom: 16px;
	width: calc(100% - 40px);
	background: #F3F5F8;
	border-radius: 4px 0 0 4px;
}
.list-tab-nav.seclected{
	position: relative;
	background: #F6F7F9;
	box-shadow: -10px 2px 13px 0px rgba(3,33,105,0.15);
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.list-tab-nav h3{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding-bottom: 5px;
}
.list-tab-nav h3 img{
	padding-right: 10px;
}
.list-tab-nav h3 span{
	font-size: 18px;
}
.list-tab-nav p{
	font-size: 14px;
	color: #99A5B9;
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 1; 
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list-content-group{
	width:82%;
}
.list-tab-content{
	display: none;
	padding:0 24px 24px 24px;
	min-height: 440px;
	background: #F6F7F9;
	box-shadow: 0px 2px 13px 0px rgba(3,33,105,0.2);
	border: 2px solid #FFFFFF;
}
.list-tab-content .tip-text{
	line-height: 48px;
	font-size: 14px;
	color: rgba(0,0,0,0.65);
}
/* .list-tab-content-item{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	
}
.list-tab-content-item li {
	position: relative;
	padding: 32px;
	width:calc(25% - 68px);
	background: #FFFFFF;
	border: 2px solid #F6F7F9;
	/* 动画过渡 
	transition: all  .2s  ease-in;
} */
.list-tab-content-item{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.list-tab-content-item li {
	position: relative;
	padding: 32px;
	margin-bottom: 20px;
	width:calc(32% - 68px);
	background-color: #FFFFFF;
	transition: all 0.4s;
	border-radius: 4px;
	/* 动画过渡 */
	transition: all  .2s  ease-in;
}
.bg{
	background:url(../image/bg-zs3.png) no-repeat right bottom,linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 100%);
	box-shadow: 2px 2px 13px 0px rgba(3,33,105,0.15);
	border: 2px solid #FFFFFF;	
}
.list-tab-content-item li:hover{
	cursor: pointer;
	box-shadow: 0px 0px 22px 0px rgba(8,48,144,0.15);
	z-index: 13;
}
.list-tab-content-item li:hover h3{
	color: #083090;
}
.list-tab-content-item li:hover img{
	transform:translateY(-8px);
	opacity: 1;
}

.list-tab-content-item li img{
	opacity: 0.4;
}

.list-tab-content-item li h3{
	font-size: 18px;
	line-height: 40px;
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 1; 
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list-tab-content-item li p{
	font-size: 14px;
	color: rgba(0,0,0,0.45);
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 2; 
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.opacity{
	display: block;
}
.label-group{
	margin-top: 10px;
	display: flex;
	display: -webkit-flex;
}
.label-group span{
	padding: 2px 6px;
	margin-right: 8px;
	border: 1px solid #083090;
	font-size: 12px;
	border-radius: 2px;
	color: #083090;
}

/* 产品服务列表 */
.product-list-group{
	margin: 0 auto;
	width: 1440px;
}
.product-list-content{
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-list-content-item{
	position: relative;
	width: calc(32% -  6%);
	margin-bottom: 88px;
	padding: 64px 32px 40px 32px;
	background: linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 100%);
	box-shadow: 2px 2px 13px 0px rgba(3,33,105,0.15);
	border: 2px solid #FFFFFF;
	/* 动画过渡 */
	transition: all  .3s  ease-in;
	cursor: pointer;
}
.product-list-content-item img{
	width: 150px;
}
.product-list-content-item:nth-child(3){
  margin-right: 0%;
}
.product-list-content-item:hover img{
	transform:translateY(-16px);
	opacity: 0.5;
}
.product-list-content-item h3{
	font-size: 18px;
	padding-bottom: 12px;
}
.product-list-content-item p{
	font-size: 14px;
	line-height: 24px;
	color: #99A5B9;
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 4; 
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.product-list-content-item img{
	position: absolute;
	top: -50px;
	right: 0;
	opacity: 1;
}
/* 解决方案详情 */
.solution-detalis-group{
	margin: 0 auto;
	width: 1440px;
}
.detalis-top{
	position: relative;
	margin: -80px auto 0;
	width: 1440px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 10;
}
.link-nav{
	width: 100%;
	padding: 16px 0;
	/* background-color: #FFFFFF; */
}
.link-nav a:hover{
	color: #083090;
}
.link-nav a.hover{
	color: #083090;
}
.detalis-introduce{
	width: calc(40% - 64px);
	padding: 32px;
	background: url(../image/bg-zs2.png) no-repeat right bottom,linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 100%);
	box-shadow: 2px 2px 13px 0px rgba(3,33,105,0.15);
	border: 2px solid #FFFFFF;

}
.detalis-introduce h3{
	font-size: 22px;
	padding-bottom: 12px;
}
.detalis-introduce p{
	font-size: 16px;
	line-height: 32px;
}
.detalis-archi{
	width: calc(58% - 64px);
	padding: 32px;
	background: linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 100%);
	box-shadow: 2px 2px 13px 0px rgba(3,33,105,0.15);
	border: 2px solid #FFFFFF;
}
.detalis-archi img{
	margin-top: 12px;
	width: 100%;
}
.advantage-group{
	background: url(../image/bg-zs.png) no-repeat left top;
	margin-bottom: 30px;
}
.advantage-content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.advantage-tiem{
	display: flex;
	display: -webkit-flex;
	/* justify-content: space-between; */
	align-items: flex-start;
	padding: 24px;
	margin-bottom: 24px;
	width:calc(30% - 48px);
	margin-right: 3%;
	background: #FFFFFF;
}
.advantgage-title{
	margin-left: 10px;
}
.advantgage-title h3{
	font-size: 20px;
    color: #083090;
	font-weight: 500;
	padding-bottom: 12px;
}
.advantgage-title p{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	line-height: 24px;
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 3; 
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* 关于我们 */
.about-centent-group{
	position: relative;
	margin-top: -100px;
}

.about-nav-group{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding:40px;
	width: calc(1440px - 80px);
	background-color: #FFFFFF;
}
.about-nav-group-title p{
	line-height: 10px;
	font-weight: bold;
	font-size: 28px;
}
.about-nav-group-title span{
	font-size: 16px;
}
.about-nav-ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.about-nav-ul li a{
	display: block;
	padding: 20px;
	background: url(../image/nav-line.png) no-repeat right center;
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	font-weight: 500;
}
.about-nav-ul li a:hover{
	color: #083090;
	border-bottom: 2px solid #083090;
}
.about-nav-ul li a.nav-hover{
	color: #083090;
	border-bottom: 2px solid #083090;
}
/* 企业简介 */
.about-intro-group{
	position: relative;
	margin: 0 auto;
	padding: 0 40px 40px 40px;
	width: calc(1440px - 80px);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.about-img{
	width: 23%;
}
.about-img img{
	width: 100%;
	height: 100%;
}
.about-intor-content{
	width: 45%;
	padding: 48px 5% 48px 10%;
	background:url(../image/about-bg-zs.png) no-repeat right bottom,
	-webkit-linear-gradient(90deg,#ffffff 0%, #F6F7F9 100%);
	box-shadow: 2px 2px 13px 0px rgba(3,33,105,0.15);
	border: 2px solid #FFFFFF;
	transition: all 0.4s;
}
.about-intor-content h1{
	color: #083090;
	padding-bottom: 16px;
}
.about-intor-content p{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	line-height: 32px;
}
.padding-top-20{
	padding-top: 20px;
}
.font-size-16{
	font-size: 18px!important;
	color: rgba(0,0,0,0.85)!important;
}
.font-size-14{
	font-size: 14px!important;
}
.slogn{
	position: absolute;
	top: 40%;
	left: 27%;
	font-size: 36px;
	text-decoration: underline;
	letter-spacing:5px
}
.slogn .text-p{
	padding-left: 80px;
}
/* 发展历程 */
.about-history{
	 width: 100%;
/* 	 height:786px ;
	 background: url(../image/fzlc-img.png) no-repeat top center;
	 background-size: 100%; */
}
.about-history img{
     width: 100%;	
}

/* 荣誉资质 */
.about-qualification{
	position: relative;
	width: 100%;
}
.about-quali-group{
	background: #F9FAFB;
}
.about-quali-content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 1440px;
	margin: 0 auto;
	background: #F9FAFB;
}
.about-quali-item{
	margin: 0 12px 12px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	background: #F9FAFB;
	box-shadow: 2px 2px 13px 0px rgba(3,33,105,0.15);
	border: 6px solid #FFFFFF;
}
.about-quali-item img{
	width: 70%;
}
.bg-zs{
	position: absolute;
	top: 30px;
	left: 5%;
}
.btn-soml{
	margin-top: 16px;
	width: 48%;
	padding: 6px 0px;
	font-size: 14px;
	border-radius: 0;
}
.btn-bg-color{
	background-color: #ffffff;
	box-shadow: 2px 2px 13px 0px rgba(3,33,105,0.15);
}
.btn-group{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

/* 产品碳足迹服务*/
.detalis-cbam {
	width: 75%; margin: 0 auto; padding-bottom: 50px;
}
.CBAM-wrap{
	margin: 16px auto;
	width: 75%;
}
.CBAM-Flow-wrap{
	width: 100%;
	background: url(../image/CBAM-liucheng-bg-top.png) no-repeat left 14px;
	background-size: 100%;
}
.CBAM-FLow-title-span {
	width:80px;
	height: 46px;
	display: inline-block;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	background: url(../image/FW-title-bg.png) no-repeat top left;
	background-size: 100%;
}
.CBAM-FLow-title-text{
	font-size: 22px;
	color: #313131;
}
.CBAM-FLow-title-p{
	margin: 20px 50px 20px 60px;
	font-size: 18px;
	line-height: 30px;
}
.CBAM-FLow-zxfw-wrap{
	margin: 30px 60px 0px 60px;
}
.CBAM-FLow-zxfw-wrap .title{
	font-size: 22px;
}
.CBAM-FLow-zxfw-wrap .ul{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.CBAM-FLow-zxfw-wrap .ul li{
	width: calc(32% - 80px);
	box-shadow: 0 0 20px #E0E0E0;
	border-radius: 4px;
	padding: 35px 40px;
}
.CBAM-FLow-zxfw-wrap .ul li:hover{
	transform:translateY(-8px);
	opacity: 1;
}
.CBAM-FLow-zxfw-wrap .ul li span{
	color: #25986F;
	font-size: 22px; 
	font-weight: 600; 
	display: inline-block;
	padding-right: 10px;
}
.CBAM-FLow-zxfw-wrap .ul li p{
	padding-top: 5px;
	color: #666666;
}
.CBAM-FLow-zxfw-wrap .ul .li01{
	background: url(../image/zixurexian-img.png) no-repeat 90% center; 
	background-size: 20%;
}
.CBAM-FLow-zxfw-wrap .ul .li02{
	background: url(../image/CBAM-nljs-img.png) no-repeat 90% center; 
	background-size: 25%;
}
.CBAM-FLow-zxfw-wrap .ul .li03{
	background: url(../image/CBAM-zsjbg-img.png) no-repeat 90% center; 
	background-size: 20%;
}
.CBAM-tel{
	position: absolute;
	right: 60px;
	top: 0;
	color: #FFFFFF;
	padding:5px 16px;
	border-radius: 4px;
	background: linear-gradient(90deg, #88DD7B 0%, #40A4D3 100%);
}
.CBAM-bottom-bg{
	height: 30px;
	background: url(../image/CBAM-liucheng-bg-bottom.png) no-repeat bottom left;
	background-size: 100%;
}
.mfzx-btn{
	position: absolute; 
	bottom:50px;right: 13%;
}
.CBAM-FW-button{
	position: absolute;
	bottom: -12px;
	left: 42%;
	color: #FFFFFF;
	font-size: 20px;
	padding:8px 34px;
	border-radius: 4px;
	background: linear-gradient(90deg, #88DD7B 0%, #40A4D3 100%);
}
.CBAM-FW-button1{
	color: #FFFFFF;
	font-size: 20px;
	padding:8px 34px;
	border-radius: 4px;
	background: linear-gradient(90deg, #88DD7B 0%, #40A4D3 100%);
}

/* CBAM过渡期填报常见问题 */
.CBAM-problem-wrap{
	position: relative;
	width: 100%;
	background-color: #F3F5F7;
}
.CBAM-problem-content{
	width: 75%;
	margin: 0 auto;
}
.CBAM-problem-content-title{
	padding: 40px 0;
	text-align: center;	
}
.CBAM-problem-content-title p{
	width: 70%;
	margin: 0 auto;
	padding-top: 8px;
	font-size: 14px;
	color: #666666;
}
.CBAM-problem-content-ul{
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
.CBAM-problem-content-ul li{
	margin-left: 10px;
	border-radius: 4px;
	width: 16%;
}
.CBAM-problem-content-ul li:hover{
	transform:translateY(-8px);
	opacity: 1;
}
.CBAM-width{
	width: 24%!important;
}
.CBAM-width span{
	display: block;
}
.CBAM-width p{
	height: 170px!important;
}
.CBAM-problem-content-ul .li01{
	background: #50C495 url(../image/01-bg.png) no-repeat 90% 20px;
	background-size: 28%;
}
.CBAM-problem-content-ul .li02{
	background: #41A5D1 url(../image/02-bg.png) no-repeat 90% 20px;
	background-size: 28%;
}
.CBAM-problem-content-ul .li03{
	background: #50C495 url(../image/03-bg.png) no-repeat 90% 20px;
	background-size: 28%;
}
.CBAM-problem-content-ul .li04{
	background: #41A5D1 url(../image/04-bg.png) no-repeat 90% 20px;
	background-size: 28%;
}
.CBAM-problem-content-ul .li05{
	background: #50C495 url(../image/05-bg.png) no-repeat 90% 20px;
	background-size: 28%;
}
.CBAM-problem-content-ul .li06{
	background: #41A5D1 url(../image/06-bg.png) no-repeat 90% 20px;
	background-size: 28%;
}
.CBAM-problem-content-ul li h3{
	padding: 20px 20px 0 20px;
	color: #FFFFFF;
	font-size: 20px;
}
.CBAM-problem-content-ul li p{
	margin: 12px;
	padding: 15px;
	border-radius: 4px;
	background-color: #FFFFFF;
	line-height: 24px;
	height: 73%;
}
.CPTZJ-wrap{
	padding-top: 28%;
	background: #F3F5F7 url(../image/CBAM-CP-banner.png) no-repeat top left;
	background-size: 100%;
}
/* 服务介绍 */
.CPFW-wrap{
	margin: 0 auto;
	padding: 30px;
	width: calc(75% - 60px);
	background-color: #FFFFFF;
	border-radius: 4px;
}
.CPFW-wrap-ul{
	display: flex;
	justify-content: space-between;
}
.CPFW-wrap-ul li{
	margin-top: 20px;
	margin-left: -16px;
}
.CPFW-wrap-ul li:hover{
	transform:translateY(-8px);
	opacity: 1;
}
.CPFW-wrap-ul li img{
	width: 100%;
}
/* 服务项目 */
.FWCP-wrap{
	width: 75%; margin: 0 auto;
}
/* 依据标准 */
.Standard-wrap {
	margin: 0 auto;
	width: 75%;
}
.Standard-wrap li{
	float: left;
	margin: 0 0 20px 2%;
	width: calc(32% - 100px);
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0,179,108,0.2);
	border-radius: 4px;
	padding: 40px;
	font-size: 16px;
	color: #666666;
	height: 80px;
}
.Standard-wrap li:hover{
	transform:translateY(-8px);
	opacity: 1;
}
.yizhanshi-wrap{
	width: 75%; margin: 0 auto;
}

/* 浏览器兼容 */
@media screen and (min-width:1688px) {
	.banner-text{
		left: 12%;
	}
	.position{
		left: 12%;
	}
	.about-centent-group{
		margin-top: -140px;
	}
}
@media screen and (max-width:1500px) {
	.list-group{
		width: 86%;
	}
	.banner-text{
		left: 7%;
	}
	.position{
		left: 7%;
	}
	.about-nav-group{
		width: calc(86% - 80px);
	}
	.about-intro-group{
		width: calc(86% - 80px);
	}
	.product-list-group{
		width: 86%;
	}
	.detalis-top{
		width: 86%;
	}
	.solution-detalis-group{
		width: 86%;
	}
	.about-quali-content{
		width: 86%;
	}
	.fodder-group-con{
		width: 86%;
	}
}
@media screen and (max-width:1280px) {
	.list-tab-content-item li {
		width:calc(49% - 68px);
		/* 动画过渡 */
		transition: all  .2s  ease-in;
	}
	.list-group{
		width: 90%;
	}
	.banner-text{
		left: 5%;
		
	}
	.position{
		left: 5%;
	}
	.about-nav-group{
		width: calc(90% - 80px);
	}
	.about-intro-group{
		width: calc(90% - 80px);
	}
	.product-list-group{
		width: 90%;
	}
	.detalis-top{
		width: 90%;
	}
	.solution-detalis-group{
		width: 90%;
	}
	.about-quali-content{
		width: 90%;
	}
	.fodder-group-con{
		width: 96%;
	}
	.CBAM-wrap{width: 90%;}
	.CBAM-problem-content{width: 96%;}
	.CPFW-wrap{width: 90%;}
	.FWCP-wrap{ width: 90%;}
	.Standard-wrap{
		width: 95%;
	}
	.Standard-wrap li{
		padding: 20px;
		width: 42%;
	}
	.detalis-cbam{
		width: 90%;
	}
	.yizhanshi-wrap{
		width: 90%;
	}
}