html {
	background: #ffffff;
	font-size: 16px;
}
a {
	font-size: 16px;
}
.wrap-group {
	position: relative;
	width: 100%;
	font-family: "MicrosoftYaHei";
}
.header-group {
	position: fixed;
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 2px 31px 0px rgba(0,0,0,0.08);
	z-index: 999;
}
.header-item {
	padding: 0 40px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-item h1 img {
	padding-top: 8px;
	height: 43px;
}
.nav-group-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-group {
	overflow: hidden;
}
.nav-group li {
	float: left;
	background: url(../image/nav-line.png)no-repeat right center;
}
.nav-group a {
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 68px;
	font-size: 14px;
	color: rgba(0,0,0,0.85);
}
/* .nav-group a:hover {
	font-weight: bold;
	color: #083090;
	border-bottom: 3px solid #083090;
} */
.nav-group .hover {
	font-weight: bold;
	color: #083090;
	border-bottom: 3px solid #083090;
}
.auxiliary-group {
	position: absolute;
	right: 10%;
	top:10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 16px;
}
.auxiliary-group a {
	color: #fff;
	display: block;
	padding:0 10px;
}
.search-group:hover {
	opacity: 0.5;
}
.padding-top-5 {
	padding-top: 5px;
}
.tel-top{
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 20px;
	color: #083090;
	font-weight: bold;
}
.icon-tel{
	margin-right: 4px;
	width: 24px; 
	height: 24px;
	display: inline-block;
	background-color: #083090;
	color: #FFFFFF; 
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}
/* banner */
.banner-group{
	width: 100%;
	position: relative;
	padding-top: 70px;
}
.banner-index-bg{
	height: 500px;
		background: url(../image/banner.jpg)no-repeat right 70px;
		/* background-size: 100%; */
}
.banner-auout-bg{
	height: 430px;
	background: url(../image/banner-about.jpg)no-repeat right 70px;
	/* background-size: 100%; */
}
.banner-list-prpduct{
	height: 360px;
	background: url(../image/banner-list-p.jpg)no-repeat right 70px;
}
.banner-list-details{
	height: 400px;
	background: url(../image/banner-details.jpg)no-repeat right 70px;
}
.banner-group img{
	width: 100%;
}
/* 产品碳足迹Banner */
.cptzj-banner {
	
}
.cptzj-banner-img {
	width: 100%;
}

.position {
	position: absolute;
	top: 60%;
	left: 7%;
}
.btn-defaut{
	width: 198px;
	height: 56px;
	background: #083090;
	border-radius: 4px;
	border: 2px solid #FFFFFF;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	/* 动画过渡 */
	transition: all  .2s  ease-in;
}
.btn-defaut:hover{
	transform:translateY(-8px);
	opacity: 0.8;
}
.btn-defaut-48{
	width: 168px;
	height: 48px;
	left: 14%;
	top: 70%;
	font-size: 16px;
}
.btn-tel{
	padding: 10px 15px;
	background: #083090;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 4px;
}
/* content */
.centent-group{
	position: relative;
	margin: -70px auto 0;
	width: 1440px;
}
/* 企业优势*/
.advantage-group{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.advantage-itme{
	padding: 15px;
	width: calc(19% - 30px);
	height: 94px;
	background: #F7F8FA;
	box-shadow: 0px 2px 24px 0px rgba(4,29,90,0.12);
	border-radius: 2px;
	border: 2px solid #FFFFFF;
	transition: all  .25s  ease-in;
}
.advantage-itme:hover{
	transform:translateY(-8px);
}
.advantage-itme .title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.advantage-itme .title p{
	padding-left: 10px;
	font-size: 18px;
	color: rgba(0,0,0,0.85);
	
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 1; 
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-secondary{
	padding-top: 10px;
	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;
}
/* 企业产品*/
.product-group{
	margin-top: 16px;
	display: flex;
	justify-content:space-between;
}
.product-item-left{
	position: relative;
	height: 348px;
	width: 25%;
	background-color: #E1EAFF;
}
.product-item-right{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 74%;
}
.list-service {
	padding: 30px;
	margin-bottom: 12px;
	width: calc(49.5% - 60px);
	height: 108px;
	background: #F6F7FA;
	border-radius: 4px;
}
.list-service h3{
	padding: 15px 0 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-service h3 p{
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 1; 
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list-service:hover{
	/* background-color: #FFFFFF; */
	box-shadow:0px 2px 16px 0px rgb(4 29 90 / 8%)
}
.btn-more{
	display: block;
	width: 80px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #083090;
	color: #083090;
}
.product-item-left img {
	width: 100%;
}
/* 解决方案 */
.solution-group{
	width: 100%;
	background:rgba(243, 245, 248, 0.5) url(../image/bg-zs.png) no-repeat left top;
	background-size: 15%;
}
.solution-title {
	font-weight: bold;
	padding: 64px 0;
	width: 100%;
	text-align: center;
}
.btn-view-all{
	padding-left: 10px;
	font-size: 14px;
	color: #083090;
}
/*********/
.content{
	margin: 0 auto;
	width:1440px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.item-group{
	padding-left: 10px;
	transition: all .4s;
}
.item-group .title{
	position: relative;
	width: 100%;
	height: 450px;
	display: flex;
	align-items: flex-end;
	transition:all .7s ease 0s;
	border: 2px solid #FFFFFF;
}
.item-group .title .text{
	position: absolute;
	top: 24px;
	left: 14%;
	padding-right: 14%;
	color: #FFFFFF;
}
.item-group .title .text h3{
	font-size: 24px;
	padding-bottom: 12px;
}
.item-group .title .text p{
	font-size: 16px;
}
.item-group .title img{
	width: 100%;
	height: 100%;
}
.item-group .desc{
	padding: 24px;
	width: 574px;
	height: 400px;
	background:url(../image/bg-zs2.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;
}
.item-group:hover{

}

.box-hide{
	transition: all 0.4s;
	display: none!important;
}

.item-group.self .desc{
	opacity: 1;
}
.item-group.self .img img{
	opacity: 1;
}
.desc-title h1 {
	font-size: 24px;
	padding-bottom: 12px;
}
.desc-title ul>li{
	width: calc(100% - 24px);
	padding-left: 24px;
	line-height: 32px;
	color: rgba(0,0,0,0.65);
	background: url(../image/yuanxing.png) no-repeat center left;
	/* 文字溢出隐藏 */
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: box; 
	display: -webkit-box; 
	line-clamp: 1; 
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ul_item{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 12px;
}
.ul_item li{
	margin: 12px 3% 0 0 ;
	padding: 12px 0;
	width: 30%;
	background-color: #FFFFFF;
	color: rgba(0,0,0,0.65);
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.08);
	border-radius: 4px;
}
.ul_item li a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%; 

	color: #FFFFFF;
	font-size: 14px;
	background-color:#083090;
	border-radius: 4px;
}
.desc-bottom{
	margin-top: 16px;
}
.desc-bottom img{
	width: 70%;
}
.width-60{
	width: 45%!important;
}
.desc-bottom li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
}
.desc-bottom .title{
	
}
/* 我们的客户 */
.customer-group{
	background: #FFFFFF url(../image/bg-zs1.png) no-repeat right bottom;
	background-size: 12%;
}
.customer-logo-group{
	margin: 0 auto;
	width: 1440px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.customer-logo-group .customer-item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	width: 15.5%;
	height: 64px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow:0px 2px 15px rgba(8, 48, 144, 0.1);
}
.customer-item img {
	width: 60%;
}
/* 本地化服务 */
.place-service{
	margin: 0 auto;
	background:url(../image/map-img.png) no-repeat bottom center;
	background-size:1440px 604px;
	height: 600px;
}
.text-item{
	margin-bottom: 32px;
}
.text-item .number{
	font-size: 30px;
	color: #083090;
	font-weight: bold;
}
.text-item span{
	font-size: 20px;
	color: #424242;
}
.tip-text{
	font-size: 12px;
	color: #424242;
}
.bg-no{
	background-image:none!important;
}
.bg-color-no{
	background:none!important;
}
.bg-color-no:hover{
	box-shadow: 0px 0px 0px 0px rgba(8,48,144,0)!important;
}
.box-shw{
	box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
}
/* fodder */
.fodder-group {
	width: 100%;
	padding: 30px 0;
	background: #3D485D;
	font-size: 16px;
	color: #fff;
}
.fodder-group-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1440px;
	margin: 0 auto;
}
.fodder-group-con dt{
	padding-bottom: 8px;
}
.fodder-group-con img{
	width: 168px;
}
/* 联系我们 */
.contact-us-group{
	position: fixed;
	right: 20px;
	bottom: 25%;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items:flex-end
}
.btn-contact-us{
	display: block;
	width: 48px;
	height: 162px;
	background:url(../image/btn-contac-us.png) no-repeat top left;
	background-size: 100%;
}
.btn-customer-group{
	position: fixed;
	right: 12px;
	top: 75%;
	z-index: 12;
}
.btn-customer{
	display: block;
	width: 60px;
	height: 60px;
	background: url(../image/btn-kefu.png);
	background-size: 100%;
}
.btn-return-top{
	margin-top: -5px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../image/btn-dingbu.png);
	background-size: 100%;
}

.layer-group{
	margin-right: 20px;
	width: 420px;
	border-radius: 4px;
	box-shadow: 0px 2px 10px #E5E5E5;
	background-color: #FFFFFF;
}
.layer-title{
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.layer-content{
	padding: 20px 8% ;
}
.layer-content p{
	line-height: 36px;
}
.layer-bottom{
	margin: 0 auto;
	width: 86%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.layer-bottom-item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	width: 172px;
	height: 56px;
	border-radius: 4px;
	background-color: #F7F8FA;
	
}
.layer-bottom-item img{
	margin-right: 10px;
}

.none{
	display: none;
}
.show{
	display: block!important;
}

.btn-1 svg {
	margin-top: 9px;
  width: 100%;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
}
.btn-1 rect {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 5;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
	font-weight: bold;
}
.btn-1:hover rect {
  stroke: #083090;
  stroke-width: 5;
  stroke-dasharray: 24, 205;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-1.selectde{
	font-weight: bold;
}
.btn-1.selectde rect {
  stroke: #083090;
  stroke-width: 5;
  stroke-dasharray: 24, 205;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.banner-text{
	position: absolute;
	left: 7%;
	top: 35%;
	font-size: 40px;
	font-weight: 500;
}
.banner-text span{
	display: block;
}
.banner-text b{
	color: #083090;
	font-weight: 400;
}
.banner-text .span-tip{
	font-size: 16px;
	color: rgba(0,0,0,0.45);
	padding-top: 5px;
}
.width-70{
	width: 70%;
}
.about-banner-text{
	margin-top: 10px;
	width: 230px;
	padding: 5px 10px;
	font-size: 18px; 
	color: #FFFFFF;
	background-color: #083090;
	border-radius: 2px;
}
.banner-text .span-color{
	display: inline-block;
	color: #083090;
	font-size: 48px;
	font-weight: bold;
}
.region-group{
	position: absolute;
	left: 7%;
	bottom: 20%;
}
.btn{
	position: absolute;
	left: 7%;
	top: 64%;
	}


/* 浏览器兼容 */
@media screen and (min-width:1688px) {
	.banner-text{
		left: 12%;
		font-size: 48px;
	}
	.btn{
		left: 12%;
		top: 68%;
	}
	.region-group{
		left: 12%;
	}
	.centent-group{
		margin: -100px auto 0;
	}
}
@media screen and (max-width:1500px) {
	.banner-text{
		left: 7%;
	}
	.btn{
		left: 7%;
		top: 68%;
	}
	.centent-group{
		width: 86%;
	}
	.content{
		width: 86%;
	}
	.customer-logo-group{
		width: 86%;
	}
	.region-group{
		left: 7%;
	}
	.fodder-group-con{
		width: 86%;
	}
}
@media screen and (max-width:1280px) {
	.banner-text{
		left: 5%;
	}
	.btn{
		left: 5%;
		top: 68%;
	}
	.centent-group{
		width: 90%;
	}
	.content{
		width: 90%;
	}
	.customer-logo-group{
		width: 90%;
	}
	.region-group{
		left: 5%;
	}
	.fodder-group-con{
		width: 90%;
	}
	
}