@font-face {
	font-family: "MyNewFont";
	src: url("../DIN-Medium.otf");
}

.lz-tel-fixed {
	position: fixed;
	top: 60vh;
	right: 0;
	z-index: 99;
}

.lz-tel-fixed-top {
	width: 66px;
	height: 94px;
	background: #fff;
	box-shadow: 0px 21px 28px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.option-hp {
	margin-left: 25px;
}

.lz-tel-fixed-top img {
	width: 24px;
	height: 24px;
	margin-top: 13px;
}

.lz-tel-fixed-top div {
	font-size: 16px;
	font-weight: 400;
	color: #3d3d3d;
	text-align: center;
	margin-top: 2px;
}

.lz-tel-fixed-bottom {
	width: 66px;
	height: 66px;
	background: #1b2032;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 13px;
}

.lz-tel-fixed-bottom img {
	width: 32px;
	height: 32px;
}

.lz-header {
	width: 100%;
	height: 72px;
	background: #000000;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-width: 1400px;
}

.lz-header-left {
	width: 160px;
	height: 32px;
	margin-left: 46px;
	margin-right: 154px;
}

.lz-header-right {
	display: flex;
}

body .lz-header-right .lz-header-right-item .lz-header-right-item-a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	margin-right: 120px;
	white-space: nowrap;
}

body .lz-header-right .lz-header-right-item .lz-header-right-item-a:hover {
	color: #ffffff;
	font-weight: 700;
	transform: scale(1.2);
}

/* 尾部 */

.lz-footer {
	height: 286px;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	font-family: 'MyNewFont';
}

.lz-footer-bg {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lz-footer-box {
	position: relative;
	z-index: 11;
	width: 1200px;
	min-width: 1200px;
	height: 100%;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lz-footer-content {
	flex: 1
}

.lz-footer-value {
	font-size: 64px;
	font-weight: 500;
	color: #ffffff;
}

.lz-footer-name {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'MyNewFont';
}

/* 尾部 链接区*/

.lz-footerTwo {
	height: 300px;
	min-height: 300px;
	border-bottom: 1px solid #ebeef5;
	width: 100%;
	display: flex;
	justify-content: center;
}

.lz-footerTwo-box {
	width: 1200px;
	min-width: 1200px;
	height: 100%;
	color: #ffffff;
}

.footerTwo-details {
	display: flex;
	margin-top: 60px;
	height: 118px;
}

.footerTwo-details-logo {
	width: 286px;
}

.details-logo-lz {
	width: 160px;
	height: 32px;
	margin-bottom: 10px;
}

.details-logo-tel {
	display: flex;
	align-items: center;
}

.logo-tel-img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}

.logo-tel-number {
	font-size: 24px;
	font-weight: 500;
	color: #0b1e2f;
}

.footerTwo-details-go {
	width: 230px;
	height: 100%;
	border-left: 1px solid #ebeef5;
	box-sizing: border-box;
}

.details-go-title a {
	font-size: 14px;
	color: #0b1e2f;
	font-weight: 500px;
	padding: 0%;
}

.details-go-title {
	margin-left: 85px;
}

.details-go-value {
	margin-top: 10px;
	margin-left: 90px;
}

.details-go-value a {
	color: #606266;
	font-size: 12px;
	font-weight: 400px;
}

.footerTwo-details-add {
	border-left: 1px solid #ebeef5;
	width: 380px;
}

.details-add-title {
	font-size: 14px;
	color: #0b1e2f;
	font-weight: 500px;
	margin-left: 85px;
}

.details-add-value {
	display: flex;
	align-items: center;
	color: #606266;
	font-size: 12px;
	font-weight: 400;
	margin-left: 90px;
	margin-top: 12px;
	font-family: 'MyNewFont';
}

.details-add-value img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.footerTwo-details-code {}

.details-code-we {
	color: #0b1e2f;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.details-code-wx {
	margin-top: 10px;
	width: 86px;
	height: 86px;
}

.lz-footerThree {
	height: 44px;
	line-height: 44px;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: 350;
	color: #909399;
	margin-left:auto;
}

/* 友情链接 */

.footerTwo-link {
	margin-top: 55px;
	border-top: 1px solid #ebeef5;
	display: flex;
	padding: 15px 0 15px 0px;
}

.footerTwo-link-title {
	color: #0b1e2f;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	display: block;
	min-width: 105px;
}

.footerTwo-link-right {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.footerTwo-link-item {
	color: #606266;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	white-space: nowrap;
	margin-right: 50px;
}

.footerTwo-language {
	display: flex;
	margin-top: 17px;
}

.footerTwo-link-active {
	color: #d21f0c;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	padding: 0;
	margin-bottom: 5px;
	white-space: nowrap;
	width: 100px;
	margin-right: 5px;
}

/* 帮助企业 */

.lz-help {
	width: 100%;
	height: 700px;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

.lz-help-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	object-fit: cover;
}

.lz-help-bg-next {
	position: relative;
	z-index: 11;
}

.lz-help-title {
	color: #0b1e2f;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-top: 80px;
}

.lz-help-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 86px auto 0 auto;
}

.lz-help-org {
	width: 220px;
	height: 98px;
	margin-bottom: 45px;
}

.lz-help-org:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}

/* 轮播图 */

.focus {
	width: 100%;
	height: 700;
	overflow: hidden;
}

/* .carousel, */

.carousel img {
	width: 100%;
	min-width: 1200px;
}

.carousel .handle-banner-img {
	height: 700px !important;
	object-fit: cover;
}

.lz-banner-title {
	position: absolute;
	top: 216px;
	z-index: 10;
	width: 1200px;
	left: calc((100% - 1200px) / 2);
}

.lz-banner-name {
	font-size: 50px;
	color: #000;
	font-weight: 700;
}

.lz-banner-value {
	margin-top: 20px;
	font-size: 26px;
	color: #000;
	font-weight: 400;
}

.lz-banner-item-box {
	width: 100%;
	height: 100px;
	background: rgba(27, 32, 50, 0.1);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
}

.lz-banner-item {
	width: 300px;
	height: 100%;
	cursor: pointer;
}

.lz-banner-border {
	width: 100%;
	height: 80px;
	margin-top: 10px;
	padding: 10px 10px 0 25px;
	box-sizing: border-box;
}

.lz-banner-item-prg {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.lz-banner-item-cap {
	margin-top: 8px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

.lz-banner-border-right {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.lz-banner-item-box .active {
	background-color: rgba(255, 255, 255, 1);
}

.lz-banner-item-box :hover {
	background-color: rgba(255, 255, 255, 1);
}

.lz-banner-item-box :hover .lz-banner-item-prg {
	color: #0b1e2f;
	font-weight: 500;
}

.lz-banner-item-box :hover .lz-banner-item-cap {
	color: #909399;
}

.lz-banner-item-box .active .lz-banner-item-prg {
	color: #0b1e2f;
	font-weight: 500;
}

.lz-banner-item-box .active .lz-banner-item-cap {
	color: #909399;
}

/* 精彩案例 */

.lz-case {
	width: 100%;
	height: 700px;
	background-color: #ffffff;
	overflow: hidden;
}

.lz-case-title {
	color: #0b1e2f;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-top: 80px;
}

.lz-case-option {
	width: 100%;
	margin-top: 48px;
	border-bottom: 1px solid #ebeef5;
}

.case-option-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.case-option-box .active {
	color: #0b1e2f;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 3px solid #1b2032;
}

.case-option-item {
	width: 200px;
	color: #0b1e2f;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	text-align: center;
	cursor: pointer;
}

.lz-case-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-top: 56px;
	justify-content: space-between;
}

.lz-case-content-left {
	width: 600px;
}

.case-content-left-title {
	color: #0b1e2f;
	font-size: 18px;
	font-weight: 400;
}

.case-content-left-text {
	margin-top: 10px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	color: #606266;
	font-weight: 300;
}

.case-content-left-goDetails {
	padding: 0;
	color: #d21f0c;
	font-size: 0;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.case-content-left-goDetails span {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.case-content-left-goDetails img {
	width: 20px;
	height: 20px;
}

.case-content-left-name {
	color: #0b1e2f;
	font-size: 18px;
	font-weight: 400;
	margin-top: 60px;
}

.case-content-left-org-box {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.case-content-left-org {
	height: 60px;
	width: 120px;
	margin-right: 20px;
}

.lz-case-content-right {
	width: 550px;
	height: 316px;
}

/* 专业行业解决方案,倾力瞒住行业所需 */

.major {
	width: 100%;
	height: 700px;
	background: #f6f6f9;
	overflow: hidden;
}

.major-box {
	width: 1200px;
	margin: 0 auto;
}

.major-title {
	font-size: 36px;
	color: #0b1e2f;
	font-weight: 700;
	margin-top: 80px;
	text-align: center;
}

.major-more {
	width: 100px;
	display: flex;
	justify-content: center;
	margin: 18px auto 0 auto;
}

.major-more span {
	color: #d21f0c;
	font-size: 16px;
	font-weight: 300;
}

.major-more img {
	width: 20px;
	height: 20px;
}

.major-content {
	display: flex;
	width: 100%;
	height: 422px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 40px;
	overflow: hidden;
}

.major-left {
	flex: 1;
	padding: 44px 35px 0 35px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.major-left-name {
	font-size: 20px;
	color: #0b1e2f;
	font-weight: 400;
}

.major-left-value {
	font-size: 14px;
	font-weight: 300;
	color: #606266;
	line-height: 24px;
	margin-top: 10px;
}

.major-left-city {
	height: 142px;
}

.major-left-item {
	width: 100%;
	height: 1px;
	background-color: #ebeef5;
	margin-bottom: 48px;
}

.active-major {
	width: 0;
	height: 0;
	overflow: hidden;
}

.active-major2 {
	width: 0;
	height: 0;
	overflow: hidden;
}

/* 定义动画 左上开始*/

@keyframes movelefttop {
	from {
		transform: translate(-100%, -100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* 定义动画 右上开始*/

@keyframes moveRighttop {
	from {
		transform: translate(100%, -100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.active .active-major {
	background-color: #ebeef5;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 422px;
	animation: movelefttop 0.3s forwards;
}

.active .active-major2 {
	background-color: #ebeef5;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 422px;
	animation: moveRighttop 0.3s forwards;
}

.major-center {
	padding: 44px 26px 0 34px;
}

.major-indu {
	height: 132px;
}

.major-indu-name {
	font-size: 20px;
	font-weight: 400;
	color: #0b1e2f;
}

.major-indu-value {
	font-size: 14px;
	font-weight: 300;
	color: #606266;
	line-height: 24px;
}

.major-indu-item {
	display: flex;
	height: 20px;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.major-indu-item span {
	color: #606266;
	font-size: 16px;
	font-weight: 300;
	margin-right: 10px;
}

.major-indu-item-border {
	flex: 1;
	height: 1px;
	background-color: #d7d9de;
}

.major-admin {
	width: 167px;
	height: 41px;
	background: #e4e7ee;
	color: #0b1e2f;
	font-size: 16;
	font-weight: 350;
	padding-left: 20px;
	line-height: 41px;
}

.major-indu-num {
	width: 167px;
	height: 41px;
	background: #e4e7ee;
	color: #0b1e2f;
	font-size: 16;
	font-weight: 350;
	padding-left: 20px;
	line-height: 41px;
	margin-top: 12px;
}

.indu-logo {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: 20px;
	z-index: 10;
}

.active .indu-logo {
	width: 168px;
	height: 200px;
	transition: all 0.7s ease;
}

.major-indu-more {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 0;
	height: 0;
	overflow: hidden;
	background: linear-gradient(to right,
			rgba(210, 31, 12, 0.73),
			rgba(210, 31, 12, 0));
	display: flex;
	align-items: center;
	padding-left: 34px;
	box-sizing: border-box;
}

/* 定义动画 */

@keyframes moveLeft {
	from {
		transform: translateX(-200%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.active .major-indu-more {
	width: 100%;
	height: 42px;
	animation: moveLeft 0.9s forwards;
}

.major-indu-more a {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
}

.lz-new {
	width: 100%;
	height: 700px;
	background: #ffffff;
	overflow: hidden;
}

.new-title {
	color: #0b1e2f;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-top: 74px;
}

.new-content {
	width: 1200px;
	margin: 44px auto 0 auto;
	display: flex;
	height: 446px;
	justify-content: space-between;
}

.new-content-1 {
	width: 146px;
	height: 400px;
	transition: all 0.5s ease 0.1s;
	position: relative;
}

.new-content .active {
	width: 574px !important;
}

.new-content-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.active-text-box {
	display: none;
}

@keyframes zoom-in-out {
	0% {
		font-size: 16px;
	}

	50% {
		font-size: 24px;
	}

	100% {
		font-size: 26px;
	}
}

@keyframes zoom-in-join {
	0% {
		font-size: 30px;
	}

	100% {
		font-size: 20px;
	}
}

.active .active-text-box {
	display: block;
	position: absolute;
	left: 25px;
	bottom: 0;
	padding-bottom: 25px;
}

.noactive {
	position: absolute;
	left: 35px;
	bottom: 40px;
}

.active .noactive {
	display: none;
}

.noactive-text {
	color: #fff;
	font-weight: 500;
	animation: zoom-in-join 0.8s forwards;
}

.new-content-1-name {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	animation: zoom-in-out 0.3s forwards;
}

.new-content-1-value {
	width: 500px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	display: -webkit-box;
}

.lz-obey {
	width: 100%;
	height: 700px;
	background-color: #f6f6f9;
	overflow: hidden;
}

.obey-title {
	color: #0b1e2f;
	font-size: 36px;
	text-align: center;
	margin-top: 75px;
	font-weight: 700;
}

.obey-content {
	width: 100%;
	height: 508px;
	position: relative;
	margin-top: 65px;
}

.obey-bg {
	/* width: 64.5%;
  min-width: 905px; */
	object-fit: cover;
	height: 508px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.obey-evaluate {
	width: 1200px;
	height: 508px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.obey-evaluate-left {
	margin-top: 77px;
}

.evaluate-left-select {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.evaluate-option {
	width: 380px;
	height: 62px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 62px;
	cursor: pointer;
	display: flex;
}

.line2 {
	width: 2px;
	/* height: 62px; */
	height: 0;
	background: rgba(255, 255, 255);
}

.evaluate-left-select .active .line2 {
	background: rgba(255, 255, 255);
	height: 62px;
	transition: all 3s linear;
}

.evaluate-left-select .active1 .line2 {
	background: rgba(255, 255, 255);
	height: 62px;
}

.evaluate-left-select .active {
	background: rgba(255, 255, 255, 0.2);
}

.evaluate-left-select .active1 {
	background: rgba(255, 255, 255, 0.2);
}

.evaluate-option:hover {
	background: rgba(255, 255, 255, 0.2);
}

.evaluate-tel {
	width: 136px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	margin-top: 35px;
	cursor: pointer;
}

.obey-evaluate-right {
	width: 770px;
	height: 378px;
	background: #ffffff;
	margin-top: 65px;
	display: flex;
}

.obey-evaluate-right-content {
	flex: 1;
	padding: 33px 20px 0 44px;
	box-sizing: border-box;
}

.obey-evaluate-right-title {
	color: #0b1e2f;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
}

.obey-evaluate-right-name-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 13px;
}

.obey-evaluate-right-name {
	font-size: 16px;
	font-weight: 300;
	color: #606266;
	line-height: 40px;
	margin-right: 40px;
}

.obey-evaluate-right-img {
	width: 368px;
	height: 234px;
	margin-right: 57px;
	margin-top: 73px;
}

.orgState {
	width: 100%;
	height: 700px;
	background-color: #ffffff;
}

.orgState-title {
	color: #0b1e2f;
	font-weight: 700;
	font-size: 36px;
	margin-top: 80px;
	text-align: center;
}

.orgState-banner {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	height: 410px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.orgState-banner-item {
	display: flex;
	width: 100%;
	height: 100%;
}

.orgState-banner-item-left {
	width: 240px;
	height: 390px;
	background-color: #f6f6f9;
	box-sizing: border-box;
	padding: 20px 20px 0 32px;
	position: relative;
}

.orgState-banner-item-center {
	width: 720px;
}

.orgState-banner-item-left-num {
	font-size: 64px;
	font-family: 'MyNewFont';
	font-weight: 500;
	color: #dadce5;
	line-height: 74px;
}

.orgState-banner-item-left-title {
	color: #0b1e2f;
	font-size: 16px;
	font-weight: 500;
	margin-top: 40px;
}

.orgState-banner-item-left-dot {
	color: #d21f0c;
	font-size: 16px;
	line-height: 16px;
}

.orgState-banner-item-left-name {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #909399;
	line-height: 24px;
	margin-top: 10px;
}

.orgState-banner-item-left-index {
	font-family: 'MyNewFont';
	color: #0b1e2f;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	bottom: 27px;
}

.orgState-banner-item-center {
	display: flex;
	height: 390px;
	background: #1b2032;
	position: relative;
}

.orgState-banner-item-center-number {
	font-size: 64px;
	font-family: 'MyNewFont';
	font-weight: 500;
	color: #393e52;
	line-height: 74px;
}

.orgState-banner-item-center-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 40px;
}

.orgState-banner-item-center-dot {
	color: #d21f0c;
	font-size: 16px;
	line-height: 16px;
}

.orgState-banner-item-center-name {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #c0c4cc;
	line-height: 24px;
	margin-top: 10px;
}

.orgState-banner-item-center-active {
	padding: 20px 20px 0 32px;
	position: relative;
}

.orgState-banner-item-center-index {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	bottom: 27px;
	font-family: 'MyNewFont';
}

.orgState-banner-item-center-look {
	width: 136px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 42px;
}

.orgState-banner-item-center-bg {
	width: 280px !important;
	min-width: 280px !important;
	height: 390px !important;
	position: absolute;
	bottom: 20px;
	left: 50px;
}

.orgState-banner-item-center-active {
	position: absolute;
	left: 330px;
	height: 100%;
}

.orgState-toleft-img {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	position: absolute;
	top: 170px;
	left: 216px;
}

.orgState-toright-img {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	min-height: 48px !important;
	position: absolute;
	top: 170px;
	right: 216px;
}

.colorFFF {
	color: #fff;
}

.number {
	font-family: 'MyNewFont';
}
