.lg-public {
	max-width: 1660px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	transition: all 0.3s;
}

/*箭头*/
.btn-icon {
	display: block;
	font-size: 20px;
	width: 30px;
	height: 30px;
	margin: 0 20px;
	text-align: center;
	line-height: 30px;
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
}

.btn-icon:after {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	border: 1px solid #333;
	transform: rotate(45deg);
	transition: all 0.2s;
	position: absolute;
	top: 0;
	left: 0;
}



/*主体部分*/

.lg-wrap {
	width: 100%;
	position: relative;
	padding-top: 100px;
}

.lg-bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}

.lg-bg .img {
	
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.lg-bg img {
	max-width: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-bg-inner .img {
	display: block;
}

.lg-bg video {display: none;
	min-width: 100%;
	min-height: 100vh;
}

.lg-bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0/80%);
	opacity: 0.5;
	transition: all 1s;
}

.lg-bg.act:after {
	opacity: 1;
}

.lg-bg-inner:after {
	background: rgba(0 0 0/0%);
}


.lg-bar,
.lg-bar-inner {
	position: fixed;
	top: 0px;
	left: -80px;
	z-index: 99;
	width: 80px;
	transition: all 0.3s;
}

.lg-bar.act {
	left: 0;
}

.lg-bar-inner {
	left: 0;
}

.lg-menu {
	width: 60px;
	height: 60px;
	margin: 10px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}

.lg-menu span {
	display: block;
	width: 30px;
	height: 3px;
	margin: 3px 0;
	background: #333;
	border-radius: 5px;
	transition: all 0.2s;
}



.wap-bar {
	display: none;
}

.wap-bar .lg-menu {
	background: none;
	box-shadow: unset;
}

.wap-bar .lg-menu span {
	background: #fff;
}

.lg-head-white .wap-bar .lg-menu span{
	background: #333;
}


.menu-wrap {
	width: 100vw;
	height: 100vh;
	/* background: url(/skins/img/navbg.jpg) center no-repeat; */
	background-size: cover;
	background: #333;
	position: fixed;
	top: 0;
	left: -100vw;
	z-index: 100;
	transition: all 0.6s;
	overflow: hidden;
}

.menu-wrap:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: linear-gradient(to right, #2d2d2d, #333);
	transform: rotate(-60deg);
	position: absolute;
	top: -25%;
	left: -40%;
	z-index: 0;
}

.menu-wrap:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: linear-gradient(to right, #333, #2d2d2d);
	transform: rotate(-60deg);
	position: absolute;
	bottom: -25%;
	right: -40%;
	z-index: 0;
}


.menu-wrap.act {
	left: 0;
}

.menu-close {}

.menu-close .lg-menu {
	background: none;
}

.menu-close .lg-menu span {
	background: #fff;
}

.menu-close .lg-menu span:nth-child(1) {
	width: 40px;
	transform: rotate(-45deg);
	position: absolute;
	left: 10px;
	top: 30px;
	margin: 0;
}

.menu-close .lg-menu span:nth-child(2) {
	width: 40px;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 30px;
	margin: 0;
}

.menu-wrap .content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.menu-wrap .menu-nav {
	width: 240px;
	flex-shrink: 0;
	margin-right: 100px;
}

.menu-wrap .menu-nav ul {}

.menu-wrap .menu-nav ul li {
	padding: 10px;
	border-bottom: 1px solid rgba(255 255 255/40%);
}

.menu-wrap .menu-nav ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
}


.menu-wrap .menu-nav ul li .navchild {
	display: none;
}

.menu-wrap .content-right {}

.menu-contact {
	margin-top: 100px;
	display: flex;
}

.menu-contact ul {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
}

.menu-contact li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 40px;
	padding-left: 50px;
	color: #cfcfd0;
	font-size: 16px;
	line-height: 28px;
}

.menu-contact li.yw {
	min-height: 45px;
	background: url(/skins/img/yw.png) left top no-repeat;
}

.menu-contact li.yw span {
	font-size: 16px;
	color: #31a962;
	font-weight: bold;
	display: block;
	padding: 25px 0 0 0;
}

.menu-contact li.time {
	background: url(/skins/img/time.png) left 5px no-repeat;
}

.menu-contact li.phone {
	background: url(/skins/img/phone.png) left top no-repeat;
}

.menu-contact li.ser {
	background: url(/skins/img/erji.png) left top no-repeat;
}

.menu-contact li.mes {
	background: url(/skins/img/message.png) left top no-repeat;
}

.menu-contact .ewm {
	width: 400px;
}

.menu-contact .ewm .img {
	width: 100%;
	height: 180px;
	padding: 20px 0;
	text-align: center;
	background: url(/skins/img/rwmbg.png) center center no-repeat;
}

.menu-contact .ewm .img span {
	display: block;
	color: #fff;
	line-height: 40px;
}

.menu-contact .ewm .dress {
	height: 50px;
	padding: 0 0 0 30px;
	margin: 20px;
	line-height: 50px;
	background: url(/skins/img/dw.png) left center no-repeat;
	font-size: 16px;
	color: #cfcfd0;
}



.left-float {
	margin-top: 100px;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.left-float .item {
	width: 80px;
	height: 80px;
}

.left-float .item a {
	width: 100%;
	height: 100%;
	background: #55a7ff;
	border-bottom: 1px solid rgba(255 255 255/30%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 0.3s;
}

.left-float .item:last-child a {
	border-bottom: 0;
}

.left-float .item i.fa {
	display: block;
	font-size: 24px;
}



.lg-head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
}

.lg-head:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 200px;
	background: linear-gradient(rgba(0 0 0/30%), rgba(0 0 0/0%));
}

.lg-head .lg-public {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.lg-head-inner {
	border-bottom: 1px solid rgba(255 255 255/30%);
}

.lg-head-white {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.lg-head-white:before {
	display: none;
}


.logo {
	padding: 10px 0;
}

.logo-dark {
	display: none;
}

.lg-head-white .logo {
	display: none;
}

.lg-head-white .logo-dark {
	display: block;
}

.lg-head-right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav {}

.nav>ul {
	display: flex;
}

.nav>ul>li {
	position: relative;
	margin: 0 18px;
	transition: all 0.2s;
	font-family: "微软雅黑";
	font-weight: 100;
}

.nav>ul>li>a {
	color: #fff;
	font-size: 16px;
}



.nav>ul li .navchild {
	display: none;
	position: absolute;
	left: -50px;
	width: 164px;
	padding-top: 35px;
}

.nav>ul li .navchild ul {
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.nav>ul li .navchild ul:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0 0 0/60%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: blur(1px);
}

.nav>ul li .navchild ul:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(0 0 0/60%);
	position: absolute;
	top: -9px;
	left: calc(50% - 10px);
	z-index: -1;
	filter: blur(1px);
}

.nav>ul li .navchild ul li {
	width: 100%;
	text-align: center;
}

.nav>ul li .navchild ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
}




.tools {
	display: flex;
	align-items: center;
}

.tool-btn {
	color: #fff;
	font-size: 16px;
	margin: 0 10px;
	cursor: pointer;
	transition: all 0.3s;
}



.tool-btn.fa-phone {
	font-size: 20px;
}

.tool-btn i {
	margin-left: 10px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.lg-head-white .nav ul li a {
	color: #333;
}

.lg-head-white .tool-btn {
	color: #333;
}

.lg-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 300px;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.lg-banner-inner {
	height: auto;
}

.lg-banner-inner .text {
	display: flex;
	justify-content: end;
}

.lg-banner-inner .lg-public {
	margin: unset;
	padding-bottom: 20px;
}

.lg-banner .text {
	width: 100%;
	color: #fff;
	transition: all 0.2s;
}

.lg-banner .text h2 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.lg-banner .text .banner-icon {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	animation: lg-UpDown 1s infinite;
}

.lg-banner .btn-icon {
	margin: 0 20px 0 0;
}

.lg-banner .btn-icon:after {
	border: 1px solid #fff;
}

.lg-banner .text .banner-icon .txt {
	font-size: 16px;
}

.lg-classify {
	position: relative;
	padding-left: 100px;
}
.lg-classify.act{
	position: fixed;
	top: 0;
	z-index: 11;
	width: 100%;
}

.lg-classify .lg-public {
	max-width: 1200px;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
}

.lg-classify .title .txt {
	font-size: 50px;
}

.lg-classify .subtitle {
	display: flex;
}

.lg-classify .subtitle a {
	margin-right: 20px;
	font-size: 20px;
}

.lg-classify .subtitle a.act {
	font-weight: bold;
}

.lg-classify .intro {
	margin-bottom: 20px;
	font-size: 18px;
}

.lg-classify.act {
	z-index: 13;
	background: rgba(255 255 255/100%);
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}

.lg-classify.act .lg-public {
	max-width: 1660px;
	height: 80px;
	padding: 20px 0;
	flex-direction: row;
	align-items: center;
}

.lg-classify.act .title {
	margin-bottom: 0;
	margin-right: 30px;
}

.lg-classify.act .title .txt {
	font-size: 30px;
}

.lg-classify.act .subtitle a {
	font-size: 16px;
}

.lg-classify.act .intro {
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 20px;
}

.lg-classify.act .lg-more {
	width: 150px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
}



.lg-body {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	padding-left: 90px;
}
.lg-body.act{
	margin-top: 170px;
}

.lg-container {
	width: 100%;
	max-width: 1660px;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s;
	position: relative;
	margin-bottom: 30px;
}

.title .txt {
	font-size: 36px;
	font-weight: bold;
	transition: all 0.3s;
	line-height: 1;
}

.title .cn {
	font-size: 36px;
	font-weight: bold;
	transition: all 0.3s;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 2;
	line-height: 1;
}

.title .en {
	font-size: 150px;
	font-weight: bold;
	color: #f2f2f2;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	transition: all 0.3s;
}

.title-tool {
	display: flex;
	justify-content: center;
	align-items: center;
}

.lg-bg-icon {}

.client {
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.client .lg-public {
	padding: 30px 50px;
}

.client .lg-bg-icon {
	position: absolute;
	top: 20px;
	right: 0;
	width: 150px;
	height: 427px;
	background: url(/skins/img/homebgicon/pricing-one-shape-2.png) center no-repeat;
	background-size: cover;
	animation: lg-floatUpSlow 5s linear infinite;
}

.client .content {
	display: flex;
}

.client-menu {
	width: 240px;
	flex-shrink: 0;
	border-right: 1px solid #ccc;
	transition: all 0.2s;
}

.client-menu ul {
	width: 100%;
	height: 100%;
}

.client-menu ul li {
	width: 100%;

	min-height: 100px;
	font-size: 18px;
	text-indent: 2em;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s;
}

.client-menu ul li.act {
	border-right: 1px solid #1f6ed3;
	color: #1f6ed3;
	font-weight: bold;
	position: relative;
	right: -1px;
}



.client-list {
	max-height: 540px;
	overflow: auto;
}

.client-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.client-list ul li {
	width: 25%;
	height: 150px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.client-list ul li img {
	max-width: 80%;
	max-height: 150px;
	object-fit: contain;
}

.help {
	width: 100%;
	height: 80vh;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: end;
	align-items: center;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.helpbg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.helpbg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.help .content {
	position: relative;
	z-index: 1;
	color: #fff;
	padding-left: 200px;
}

.help .content .lg-public {}

.help-animate {
	width: 550px;
	padding: 20px;
}

.help-animate:before {}

.help-animate:after {}

.help .tit {
	font-size: 36px;
	display: block;
	line-height: 1.5;
	margin-bottom: 30px;
}

.help .intro {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.lg-more {
	display: block;
	width: 200px;
	height: 80px;
	border: 1px solid rgba(255 255 255/50%);
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
	transition: all 0.2s;
}

.lg-more i {
	margin-left: 20px;
}



.service {
	width: 100%;
	position: relative;
	background: #1f6ed3;
	color: #fff;
	margin-top: 0;
	padding-bottom: 50px;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
	overflow: hidden;
}

.service:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: linear-gradient(to right, #2164d9, #1f6ed3);
	transform: rotate(-60deg);
	position: absolute;
	top: -25%;
	left: -40%;
	z-index: 0;
}

.service:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: linear-gradient(to right, #1f6ed3, #2164d9);
	transform: rotate(-60deg);
	position: absolute;
	bottom: -25%;
	right: -40%;
	z-index: 0;
}

.service .lg-public {
	position: relative;
	z-index: 2;
	padding: 30px 50px;
}

.service .lg-bg-icon {
	position: absolute;
	top: -50px;
	left: 0;
	width: 312px;
	height: 440px;
	background: url(/skins/img/homebgicon/about-one-shape-3.png) center no-repeat;
	background-size: cover;
	animation: lg-floatUpSlow 5s linear infinite;
}

.service .title {
	justify-content: end;
}

.service .title span.en {
	color: rgba(255 255 255/20%);
	font-size: 120px;
}

.service .content {
	margin-bottom: 50px;
	display: flex;
}

.service .lg-more {
	margin: 0 auto;
}

.service-item {
	width: 25%;
	height: 450px;
	padding: 0;
	border-right: 1px solid rgba(255 255 255/30%);
	overflow: hidden;
}

.service-item:last-child {
	border-right: 0;
}

.service-item a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 0 50px;
	line-height: 1.8;
	font-family: "微软雅黑";
	font-weight: 100;
}

.service-item .icon {
	width: 80px;
	height: 80px;
	margin: 20px auto;
	overflow: hidden;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s;
}

.service-item .icon img {
	width: 100%;
	object-fit: cover;
}

.service-item .entit {
	font-size: 40px;
	font-family: Georgia, serif;
	font-style: italic;
	transition: all 0.3s;
	transform: translateY(-50px);
}

.service-item .cntit {
	font-size: 30px;
	font-family: "宋体";
	margin-bottom: 20px;
	transition: all 0.3s;
	transform: translateY(-30px);
}

.service-item .int {
	opacity: 0.8;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}

.service-item span.more {
	display: block;
	font-size: 16px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.5s;
}

.service-item span.more i {
	margin-left: 20px;
}




.case {
	width: 100%;
	background: #fff;
}

.case .lg-public {
	padding: 0;
}

.case .title,
.news .title {
	position: relative;
	margin: 30px 50px 0 50px;
}

.case .subtitle,
.news .subtitle {
	padding: 0 50px;
	border-top: 1px solid #eee;
}

.case .subtitlelist,
.news .subtitlelist {
	display: flex;
	padding: 20px 0;
}

.case .subtitlelist span,
.news .subtitlelist span {
	margin-right: 50px;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
	cursor: pointer;
	position: relative;
}

.case .subtitlelist span:after,
.news .subtitlelist span:after {
	content: "";
	display: none;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f2f2f2;
	position: absolute;
	bottom: -5px;
	left: 25px;
}

.case .subtitlelist span.act:after,
.news .subtitlelist span.act:after {
	display: block;
}


.case .subtitlelist span.act,
.news .subtitlelist span.act {
	color: #1f6ed3;
}

.case .content {
	width: 100%;
}

.case .case-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
		border-top: 1px solid #eee;
}

.case .case-list .case-item {
	width:33.33%;
	position: relative;
}

.case .case-list .case-item .img {
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.case .case-list .case-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case .case-list .case-item .img:before {
	width: 100%;
	height: 100%;
	background: rgba(0 0 0/50%);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.case .case-list .case-item .text {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255 255 255/0%);
	width: 100%;
	height: 100%;
}

.case .case-list .case-item .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.case .case-list .case-item .text:before,
.case .case-list .case-item .text:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	transition: all 1s;
}

.case .case-list .case-item .text:before {
	top: 10px;
	left: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.case .case-list .case-item .text:after {
	bottom: 10px;
	right: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.case .case-list .case-item .caselogo {
	max-width: 60%;
	transform: translateY(20px);
	transition: all 0.5s;
	opacity: 0.5;display: none;
}

.case .case-list .case-item .caselogo img {
	width: 100%;
	object-fit: contain;
}

.case .case-list .case-item span.more {
	color: #fff;background: rgba(31 110 211/80%);padding:0 20px;border-radius: 3px;
	font-size: 18px;
	font-weight: bold;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s;
}

.case .case-list .case-item span.more i {
	margin-left: 20px;
}



.product {
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
	background: #fff url(../img/homebgicon/about-v1-shape3.png) right center no-repeat;
}

.product .lg-bg-icon {
	position: absolute;
	top: 0px;
	left: 0;
	width: 200px;
	height: 200px;
	background: url(/skins/img/homebgicon/portfolio-one-shape-1.png) top left no-repeat;
	background-size: contain;
	animation: lg-floatLeftSlow 3s infinite;
}

.product .lg-bg-icon2 {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0 5px 0 20px;
	background: url(/skins/img/homebgicon/main-slider-shape-1.png) top left no-repeat;
	background-size: contain;
	animation: lg-rotate 5s linear infinite;
}

.product .title {
	justify-content: end;
}

.product .title span.en {
	color: rgba(0 0 0/5%);
	display: flex;
	align-items: center;
	font-size: 120px;
}

.product a.lg-more {
	margin: 0 auto;
}

.product .lg-public {
	padding: 30px 50px;
	position: relative;
	z-index: 9;
}

.product .content {
	display: flex;
	margin-bottom: 50px;
	padding: 0 30px;
}

.product-item {
	width: 33.33%;
	height: 400px;
	border-right: 1px solid #ddd;
}

.product-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0 50px;
	line-height: 1.8;
	font-family: "微软雅黑";
	font-weight: 100;
}

.product-item .icon {
	width: 100px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 50px;
	overflow: hidden;
	transition: all 0.5s;
}

.product-item .icon img {
	max-width: 100%;
	object-fit: contain;
}

.product-item .cntit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all 0.3s;
}

.product-item .int {
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
}

.product-item span.more {
	font-size: 18px;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s;
	color: #1f6ed3;
}

.product-item span.more i {
	margin-left: 20px;
}



.news {
	width: 100%;
	overflow: hidden;
	background: #fff url(../img/homebgicon/about-v1-shape2.png) left bottom no-repeat;
	padding-bottom: 50px;
}

.news .lg-bg-icon {}

.news>.lg-public>.content {
	padding: 20px 50px;
	display: flex;
	font-family: "微软雅黑";
	font-weight: 100;
	position: relative;
	z-index: 1;
}

.news .imgNews {
	width: 30%;
	flex-shrink: 0;
	margin-right: 50px;
}

.news .imgNews .img {
	width: 100%;
	max-height: 280px;
	margin-bottom: 15px;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
	overflow: hidden;
}

.news .imgNews .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s;
}


.news .imgNews .text {
	font-family: "微软雅黑";
	font-weight: 100;
}

.news .imgNews .text span {
	font-size: 16px;
	color: #999;
}

.news .imgNews .text h3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
}

.news .imgNews .text p {
	color: #999;
	font-size: 14px;
	line-height: 1.8;
	max-height: 75px;
	overflow: hidden;
}



.news .listNews {
	width: 70%;
	max-height: 482px;
	overflow: auto;
}

.news .listNews ul {
	display: flex;
	flex-wrap: wrap;
}

.news .listNews ul li {
	width: 45%;
	height: 210px;
	margin-right: 5%;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.news .listNews ul li:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #1f6ed3;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}



.news .listNews ul li span {
	font-size: 16px;
	color: #999;
}

.news .listNews ul li h3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.2s;
}

.news .listNews ul li p {
	color: #999;
	font-size: 14px;
	line-height: 1.8;
	max-height: 48px;
	overflow: hidden;
}

.news .listNews ul li span.more {
	display: block;
	margin-top: 20px;
	transition: all 0.2s;
}

.news .listNews ul li span.more i {
	margin-left: 20px;
}


.news .listNews::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(31, 110, 211, 1);
	background: rgba(31, 110, 211, 1);
}

#message_canvasF {
	width: 100%;
	position: relative;
}

#message_canvasF .lg-bg-icon {
	position: absolute;
	top: 100px;
	right: 0;
	width: 100px;
	height: 200px;
	background: url(/skins/img/homebgicon/team-one-shape-1.png) center no-repeat;
	background-size: contain;
	animation: lg-floatUpSlow 5s linear infinite;
}

.message {
	background: linear-gradient(#fff, #e5edf8);
	width: 100%;
	padding: 50px 0;
}

.message .title {
	margin-bottom: 30px;
	padding: 20px 0;
	font-size: 30px;
	justify-content: center;
}

.message .content {
	display: flex;
	justify-content: center;
}

.message .lg-form {
	display: block;
	width: 800px;
}

.lg-form{
	font-family: "微软雅黑";
}

.lg-form-flex {
	display: flex;
	justify-content: center;
}

.lg-form-item {
	width: 100%;
	margin: 0 15px;
}

.lg-form-item input,
.lg-form-item textarea,
.lg-form-item select{
	width: 100%;
	border: 0;
	outline: none;
}

.lg-form-item input {
	height: 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-right: 10px;
	padding-left: 10px;
	font-size: 16px;
}

.lg-form-item textarea {
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
}

.lg-form-item select{
	height: 40px;
	padding:0 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	font-size: 16px;
}

.lg-form-btn {
	width: 130px;
	height: 40px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	background: #1f6ed3;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.2s;
}

.smscode{
	display: flex;
}
.smscode span.btn-code{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	flex-shrink: 0;
	background: #1f6ed3;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.lg-foot {
	width: 100%;
	padding-top: 60px;
	padding-left: 90px;
	position: relative;
	z-index: 12;
	display: flex;
	justify-content: end;
}

.lg-foot .lg-container {
	width: 100%;
}

.lg-foot .footer {
	padding: 20px 100px 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 16px;
}

.lg-foot .footer div {
	margin: 0 30px;
	display: flex;
	align-items: center;
}
.lg-foot .footer div i{
	width: 20px;
	flex-shrink: 0;
}
.lg-foot .footer a {
	color: #fff;
}



.bottom {
	border-top: 1px solid rgba(255 255 255/30%);
	padding: 10px 0;
	color: #fff;
}

.lg-foot-white {
	background: #fff;
	color: #333;
}

.lg-foot-white .footer,
.lg-foot-white .footer a,
.lg-foot-white .bottom {
	color: #333;
}

.lg-foot-white .bottom {
	border-top: 1px solid rgba(0 0 0/10%);
}


.float-form-container{
	position: fixed;
	top: 0;
	right: -500px;
	z-index: 99;
	background: #f2f2f2;
	width: 500px;
	height: 100vh;
	box-shadow: -3px 0 6px rgba(0 0 0/10%);
	padding: 30px;
	transition: all 0.3s;
}
.float-form-container.show{
	right: 0;
}
.float-form-container .close{
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
}
.float-form-container .close:hover{
	color: #2164d9;
}
.float-form-title{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}
.float-form-content{
	padding: 0 15px;
}
.float-form-content .lg-form-item{
	margin: 0;
}

/*内页*/



/*aboutus*/
.company_intro {
	background: #e4efff;
	padding: 100px;
}

.company_intro .title,
.company_intro .content {
	position: relative;
	z-index: 1;
}

.company_intro .content h2,
.company_intro .content h3 {
	line-height: 1.2;
	margin-bottom: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}

.company_intro .content h2 {
	font-size: 60px;
	margin-bottom: 50px;
	color: #1f6ed3;
}

.company_intro .content h3 {
	font-size: 40px;
}

.company_intro .content p {
	font-size: 16px;
	margin-bottom: 15px;
	font-family: "微软雅黑";
	font-weight: 100;
}

.company_intro .lg-bg-icon {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 124px;
	height: 138px;
	background: url(/skins/img/homebgicon/about-shape-1-1.png) center no-repeat;
	background-size: cover;
	animation: lg-rotate 5s linear infinite;
}

.company_culture {
	background: #f9f9f9 url(../img/homebgicon/about-v1-shape3.png) right center no-repeat;
	padding: 50px;
}

.company_culture .title {
	margin-bottom: 0;
}

.company_culture .lg-public {
	display: flex;
	justify-content: center;
	align-items: center;
}

.culture_left {
	width: 50%;
	padding: 50px 100px;
	position: relative;
}

.culture_left .content {
	display: flex;
	flex-direction: column;
}

.company_culture .lg-bg-icon {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 199px;
	height: 293px;
	background: url(/skins/img/homebgicon/site-footer-shape-1.png) center no-repeat;
	background-size: cover;
	animation: lg-floatUpSlow 5s linear infinite;
}

.cul-item {
	max-width: 300px;
	padding: 10px 0;
	text-indent: 2em;
}

.cul-item h3 {
	font-size: 20px;
	font-weight: bold;
}

.cul-item p {
	font-size: 16px;
	margin-bottom: 20px;
}

.progress {
	max-width: 400px;
	height: 3px;
	border-radius: 3px;
	background: #f2f2f2;
	position: relative;
}

.progress-bar {
	width: 0;
	height: 3px;
	background: #1f6ed3;
}

.progress-parcent {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.progress.show .progress-bar {
	animation: lg-progress 3s forwards;
}


.culture_right {
	width: 500px;
	max-height: 550px;
}

.culture_right .img {
	width: 500px;
	height: 500px;
}

.culture_right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company_timeline {
	background: #f9f9f9;
	padding: 50px;
}

.timeSwiper {
	padding-bottom: 80px;
}

.timeItem {
	min-height: 320px;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}

.timeItem .img {
	width: 400px;
	margin-right: 30px;
	flex-shrink: 0;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.timeItem .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.timeItem .text {
	width: 50%;
	position: relative;
}

.timeItem .text p {
	font-size: 18px;
}

.timeItem .timer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 240px;
	margin-left: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid #ccc;
	color: #aab6c2;
	font-family: Georgia, 'Times New Roman', Times, serif;
	animation: lg-rotateColor 3s linear infinite;
}

.timeItem .timer span.fa {
	content: "";
	display: block;
	background: #f9f9f9;
	position: absolute;
	top: 110px;
	left: -8px;
	font-size: 30px;
	line-height: 1;
}

.timeItem .timer span.fa-angle-down {
	left: unset;
	right: -8px;
}

.timeItem .timer h1 {
	font-size: 80px;
}



.time-page {
	display: flex;
	justify-content: space-around;
	border-top: 3px solid #eee;
	padding: 20px 0;
}

.timeYear {
	width: auto;
	height: 20px;
	line-height: 1;
	background: none;
	font-size: 20px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.company_help {
	background: linear-gradient(#fff, #e5edf8);
	min-height: 300px;
}

.company_help .lg-public {
	padding: 50px;
}

.company_help .text {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}

.lg-btn-flex {
	display: flex;
}

.lg-btn-flex .lg-more {
	margin-right: 50px;
}

.lg-more-dark {
	border: 1px solid #1f6ed3;
	color: #1f6ed3;
}



/*联系我们*/
.contact_intro {
	background: #f0f9f5;
}

.contact_intro .lg-public {
	position: relative;
	padding: 0;
}
.contact_intro .content{
	width: 100%;
	flex-shrink: 0;
	background: #fff;
	padding: 80px;
}
.contact_intro .content p {
	font-size: 18px;
	font-weight: bold;
}

.contact_intro .content p img {
	margin-top: 20px;
	border: 1px solid #eee;
	padding: 10px;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.contact_intro .content p span {
	display: block;
	text-align: center;
}

.lg-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.contact_intro .lg-flex{
	max-width: 1400px;
}

.contact_intro .lg-flex .contact-left{
	display: flex;
	flex-wrap: wrap;
}
.contact_intro .lg-flex .contact-left p{
	width: 50%;
	margin-bottom: 20px;
}
.contact_intro .lg-flex .contact-left p i{
	margin-right: 10px;
}
.contact_intro .lg-flex .contact-right p{
	text-align: center;
}

.contact_intro .mapbox{
	width: 100%;
	min-height: 600px;
	background: #fff url(../img/map.png) top left no-repeat;
}
.map_location {
	position: absolute;
	top: 340px;
	left: 480px;
	transition: all 0.3s;
}

.map_location {
	width: 20px;
	height: 20px;
}

.map_location .point,
.map_location .shadow {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #2164d9;
	position: absolute;
	top: 0;
	left: 0;
}

.map_location .shadow {
	background: #7daad9;
	animation: lg-scale 2s infinite;
}

.map_location .text {
	position: absolute;
	top: -115px;
	left: 30px;
	width: 500px;
	border-bottom: 1px solid #1f6ed3;
	line-height: 1.5;
	padding-left: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

.map_location .text h2 {
	font-size: 50px;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.map_location .text p {
	font-size: 20px;
	padding-left: 10px;
}

.contact_form {
	min-height: 300px;
	background: #f0f9f5;
}

.contact_form .lg-public {
	display: flex;
	padding: 80px;
}
.contact_form .lg-public .title{
	align-items: flex-start;
	width: 30%;
}
.contact_form .lg-public .title p{
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

.contact_form .lg-public .content{
	width:50%;
}
.contact_form .lg-form {
	max-width: 800px;
}

.contact_form .lg-bg-icon {
	position: absolute;
	bottom: 30%;
	right: 0;
	width: 110px;
	height: 225px;
	background: url(/skins/img/homebgicon/team-one-shape-1.png) center no-repeat;
	background-size: cover;
	animation: lg-floatUpSlow 5s linear infinite;
}


/*body重载*/

.lg-style-block {
	display: block;
}

.lg-body.lg-style-block,
.lg-foot.lg-style-block {
	padding: 0;
}

.lg-body.lg-style-block .lg-container,
.lg-foot.lg-style-block .lg-container {
	margin: 0 auto;
}

.lg-body-inner {}

/*我们的服务*/
.serviceContainer {
	background: #f9f9f9;
	margin-top: 300px;
	padding-bottom: 150px;
	position: relative;
}

.serviceContainer .title {
	position: absolute;
	top: -300px;
	left: 0;
	width: 50%;
	height: 300px;
	background: #fff;
	padding: 30px;
}

.serviceContainer .title .cn {
	top: 60px;
	left: 30%;
}

.serviceContainer .title .en {
	font-size: 150px;
}

.serviceContainer .title .int {
	position: absolute;
	left: 30%;
	top: 120px;
	font-size: 18px;
	font-weight: bold;
}

.serviceContainer .content {
	max-width: 1420px;
	margin: 0 auto;
}

.service-item-inner {
	display: flex;
}

.service-item-inner:nth-child(odd) {
	flex-direction: row-reverse;
}

.service-item-inner .img {
	width: 50%;
}

.service-item-inner .img img {
	width: 100%;
	height:100%;
	object-fit: cover;
}

.service-item-inner .text {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 100px;
	font-family: "微软雅黑";
	font-weight: 100;
}

.service-item-inner .text span.fa {
	font-size: 100px;
	margin-bottom: 20px;
	transform: translateY(50px);
	transition: all 0.3s;
}

.service-item-inner .text h1 {
	margin-bottom: 20px;
	font-size: 36px;
	font-family: "微软雅黑";
	transform: translateY(50px);
	transition: all 0.3s;
}

.service-item-inner .text p {
	margin-bottom: 20px;
	font-size: 16px;
	transform: translateY(50px);
	transition: all 0.3s;
}

.service-item-inner .text ul {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	transform: translateY(50px);
	transition: all 0.3s;
}

.service-item-inner .text ul li {
	width: calc(50% - 20px);
	list-style: disc;
	margin-left: 20px;
	font-size: 20px;
}

.service-item-inner .text .lg-btn-flex {
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.3s;
}



.service-item-inner:nth-child(2) .text {
	background: #4e67b7;
	color: #fff;
}

.service-item-inner:nth-child(4) .text {
	background: #214077;
	color: #fff;
}

.service-item-inner:nth-child(2) .text .lg-btn-flex .lg-more,
.service-item-inner:nth-child(4) .text .lg-btn-flex .lg-more,
.service-item-inner:nth-child(5) .text .lg-btn-flex .lg-more{
	color: #fff;
	border: 1px solid rgba(255 255 255/30%);
}

.service-item-inner:nth-child(5) .text {
	background: #7899d3;
	color: #fff;
}

/**/

.productContainer {}

.productContainer .lg-public {
	margin: 0 auto;
	object-fit: cover;
}

.productContainer .title {
	align-items: center;
	justify-content: center;
}

.productContainer .subtitle {
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.productContainer .subtitle span.txt {
	min-width: 100px;
	margin: 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: #999;
}



.productContainer .subtitle span.txt.act {
	color: #333;
	border-bottom: 2px solid #1f6ed3;
}

.productContainer .product-content {
	padding: 50px 0;
}

.productContainer .content {
	max-width: 1200px;
	margin: 0 auto;
}

.product-intro .title {
	margin-top: 50px;
	margin-bottom: 50px;
	z-index: 1;
}

.product-intro .content {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	z-index: 2;
}

.product-intro .column-line {
	width: 1px;
	height: 240px;
	background: #ccc;
	color: #1f6ed3;
}

.product-intro-item {
	padding: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.product-intro-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 50px 0;
	width: 480px;
	height: 220px;
	position: relative;
	z-index: 2;
	border-radius: 16px;
	font-family: "微软雅黑";
	font-weight: 100;
}

.pii-left {
	width: 100px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pii-left .icon {
	width: 60px;
}

.pii-left .icon img {
	width: 100%;
	object-fit: contain;
}

.pii-left .cntit {
	font-size: 24px;
	font-weight: bold;
}

.pii-right {
	padding: 0 30px;
}

.pii-right .int {
	color: #999;
	font-size: 16px;
	margin-bottom: 20px;
}

.pii-right .more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	font-size: 16px;
}

.pii-right .more i {
	color: #999;
	font-size: 24px;
	transform: translateX(-30px);
	transition: all 0.3s;
}


.product-news {}

.product-news-box {
	display: flex;
}

.pnb_left {
	width: 40%;
	flex-shrink: 0;
	margin-right: 30px;

}

.pnb_right {}

.product-news .imgNews {
	box-shadow: 0 2px 3px rgba(0 0 0/10%);
}

.product-news .imgNews .img {
	width: 100%;
	max-height: 350px;
	overflow: hidden;
}

.product-news .imgNews .img img {
	width: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.product-news .imgNews .text {
	background: #f8f9fd;
	color: #333;
	padding: 15px;
}

.product-news .imgNews .text h3 {
	font-size: 20px;
	font-weight: bold;
	transition: all 0.3s;
}

.product-news .imgNews .text p {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 100;
}

.product-news .imgNews .text span {
	color: #1f6ed3;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-news .imgNews .text span i {
	font-size: 18px;
	transform: translateX(-30px);
	transition: all 0.3s;
}



.product-news .listNews {}

.product-news .listNews ul {}

.product-news .listNews ul li {
	background: #f8f9fd;
	margin-bottom: 20px;
	padding: 15px;
	height: 145px;
	transition: all 0.3s;
	box-shadow: 0 2px 3px rgba(0 0 0/10%);
}

.product-news .listNews ul li span.time {
	color: #999;
	font-size: 14px;
}

.product-news .listNews ul li h3 {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s;
}

.product-news .listNews ul li h3 span {
	font-size: 14px;
	color: #1f6ed3;
}

.product-news .listNews ul li h3 span i {
	margin-left: 10px;
}

.product-news .listNews ul li p {
	color: #737373;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 100;
	line-height: 1.5;
	max-height: 42px;
	overflow: hidden;
}



.product-case {
	background: #f8f9fd;
	overflow: hidden;
}

.product-case ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.product-case ul li {
	width: 380px;
	height: 300px;
	margin: 10px;
	padding: 3px;
	border-radius: 5px;
}

.product-case ul li a {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: rgba(255 255 255/100%);
	border-radius: 5px;
}

.product-case ul li .pc-logo {
	height: 60px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.product-case ul li .pc-logo img {
	max-height: 100%;
	object-fit: cover;
}

.product-case ul li .intro {
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 100;
	color: #737373;
	line-height: 1.8;
	max-height: 100px;
	overflow: hidden;
}

.product-case ul li .type {
	border-top: 1px solid #eee;
	display: flex;
	padding: 15px 0 0 0;
	font-size: 14px;
}

.product-case ul li .type .icon {
	width: 40px;
	margin-right: 10px;
}

.product-case ul li .type .icon img {
	object-fit: contain;
}



.product-case .lg-more {
	margin: 0 auto;
}

.product-help {
	background: #fff;
	overflow: hidden;
}

.productContainer .company_help {
	padding-bottom: 120px;
}


.base_productshow {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pro-item-box {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.pro-item-box .item {
	width: 33.33%;
	padding:20px;
}

.pro-item-box .item .tit {
	display: flex;
	align-items: center;
}

.pro-item-box .item .tit .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.pro-item-box .item .tit .icon img{
	max-width:100%;
	max-height:100%;
	object-fit:cover;
}

.pro-item-box .item .tit .txt {
	font-size: 20px;
	font-weight: bold;
}

.pro-item-box .item .int {
	padding-left: 50px;
	color: #737373;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 100;
}
.pro-item-box .item .int span.more{
	font-size:12px;
	color: #1f6ed3;
	cursor: pointer;
}
.pro-item-box .item .int span i{
	margin-left:10px;
}
.pro-item-box .item .int span.sq{
	display: none;
}




.product-custom {
	background: #fff;
	overflow: hidden;
}

.product-custom ul {
	display: flex;
	flex-wrap: wrap;
}

.product-custom ul li {
	width: 20%;
	margin: 30px 0;
	text-align: center;
}

.product-custom ul li img {
	height: 112px;
	object-fit: contain;
}

.product_help {
	background: #f8f9fd;
	overflow: hidden;
}

.product_help .content {
	display: flex;
	align-items: center;
}

.product_help .content .left {
	display: flex;
	flex-direction: column;
	width: 300px;
	margin-right: 30px;
	flex-shrink: 0;
}

.product_help .content .left .title {
	justify-content: start;
	margin-bottom: 15px;
}

.product_help .content .left .intro {
	font-size: 16px;
}

.product_help .content .right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-help-item {
	width: 33.33%;
}

.pro-help-item a {
	display: block;
	height: 180px;
	margin: 10px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	transition: all 0.2s;
}

.pro-help-item .tit {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.pro-help-item .int {
	font-size: 14px;
}




.product_question {
	background: #fff;
}

.base_qalist {}

.base_qalist dl {
	padding: 20px;
	margin-bottom: 10px;
	transition: all 0.2s;
}

.base_qalist dl dt {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	z-index: 2;
}



.base_qalist dl dd {
	display: none;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
	color: #737373;
	font-family: "微软雅黑";
	font-weight: 100;
}

.base_qalist dl.act dd {
	display: block;
}

.base_qalist dl.act dt span.fa {
	transform: rotate(45deg);
}


.base_qalist dl.act {
	background: #f3f7ff;
}

.product_question {
	overflow: hidden;
}

.product_question .tips {
	text-align: center;
	color: #737373;
}

.product_question .tips a {
	color: #1f6ed3;
}

/*案例列表*/
.caseContainer>.lg-public {}

.base_caselist {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.base_caselist .item {
	width: 380px;
	margin: 15px;
	position: relative;
}

.base_caselist .item a {
	display: block;
}

.base_caselist .item .img {
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.base_caselist .item .img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.base_caselist .item .clogo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	background: rgba(255 255 255/20%);display: none;
}

.base_caselist .item .clogo img {
	max-width: 80%;
	object-fit: contain;
}

.base_caselist .item .text {
	padding: 15px 10px;
}

.base_caselist .item .text h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
}

.base_caselist .item .text h3 i {
	font-size: 24px;
}

.base_caselist .item .text p {
	font-size: 14px;
	color: #999;
}



.base_caselist .item .clogo:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.base_caselist .item .clogo:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.3s;
}



.public_help {
	background: #f8f9fd;
	padding-bottom: 120px;
}

.caseshowContainer {}

.caseshowContainer>.lg-public {
	padding-top: 10px;
}

.base_caseshow {
	/* display: flex; */
}

.base_caseshow .left {
	width: 24%;
	flex-shrink: 0;
	background: #f3f7ff;
	padding: 30px;
}

.base_caseshow .right {
	width: 100%;
	padding: 30px;
}

.caseshowContainer .casetitle {
	font-size: 24px;
	font-weight: bold;
	padding:30px;
}

.caseshow_head {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 100px;
}

.caseshow_head .img {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.caseshow_head .img img {
	max-width: :80%;
	object-fit: contain;
}

.caseshow_head .text,.caseshow_detail .text{
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 100;
	padding: 0 30px;
}

.caseshow_head .text p,.caseshow_detail .text p{
	margin-bottom: 15px;
	font-family: "微软雅黑";
	font-weight: 100;
}

.caseshow_head .text span,.caseshow_detail .text span{
	font-size: 20px;
	font-weight: bold;
}

.caseshow_head .text span a,.caseshow_detail .text span a{
	font-size: 14px;
	margin-left: 10px;
}

.caseshow_intro {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.caseshow_intro .text {
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: 100;
}

.caseshow_detail {}

.caseshow_detail .content {
	font-size: 14px;
	padding: 0 30px;
	font-family: "微软雅黑";
	font-weight: 100;
}

.caseshow_detail .content img {
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
	/*filter: blur(3px);*/
}

.caseAbout {
	padding: 30px 0;
}

.caseAbout .base_caselist {
	padding: 0;
}

.newsContainer {
	width: auto;
	background: none;
}
.newsContainer.news{
	padding-bottom: 0;
}

.newsContainer>.lg-public {
	display: flex;
	padding: 0;
}

.newsContainer .newsleft {
	width: 70%;
	padding: 60px;
}

.newsContainer .newsright {
	width: 30%;
	padding: 40px;
	background: #fffaf3;
	overflow: hidden;
}

.news-center-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.newsContainer .imgNews {
	width: calc(50% - 20px);
	margin-right: 0;
}

.newsContainer .imgNews .img {
	height: 340px;
	max-height: 340px;
}

.newsContainer .listNews {
	width: auto;
	height: auto;
}

.newsContainer .listNews ul li {
	width: calc(50% - 20px);
	margin-right: 0;
}

.newsContainer .listNews ul li:nth-child(odd) {
	margin-right: 40px;
}

.newstitle {
	font-size: 24px;
	font-weight: bold;
}

.base_noticelist {
	margin-bottom: 30px;
}

.base_noticelist li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.base_noticelist li a {
	font-size: 14px;
}

.base_noticelist li span {
	color: #999;
	font-weight: 100;
}

.base_noticelist li span.fa:before {
	color: #ccc;
	margin-right: 10px;
}

.base_noticelist li h3 {
	font-family: "微软雅黑";
	font-weight: 100;
}

.base_hotnewslist {
	margin-bottom: 30px;
}

.base_hotnewslist li {
	padding: 10px 0;
}

.base_hotnewslist li a {
	font-size: 14px;
}

.base_hotnewslist li span {
	color: #999;
	font-weight: 100;
	margin-right: 20px;
}

.base_hotnewslist li span.fa:before {
	color: #ccc;
	margin-right: 10px;
}

.base_hotnewslist li h3 {
	font-family: "微软雅黑";
	font-weight: 100;
}

/*page*/
.Pager {
	padding: 10px 20px;
	padding-bottom: 30px;
	text-align: center;
}

.Pager:after {
	content: "";
	clear: both;
	display: block;
}

.Pager a,
.Pager span {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 3px 3px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.Pager a {
	width: 30px;
	height: 30px;
}

.Pager span {
	padding: 0 10px;
}

.Pager a.fa {
	padding: 0 10px;
}

.Pager a.act {
	background: #1f6ed3;
	color: #fff;
	font-weight: bold;
}



.Pager a.fa.lcok {
	color: #ccc;
	background: #fff;
	cursor: text;
}

/*help*/

.help-bar{
	position: absolute;
	bottom:10px;
	right:10px;
	display:none;
	justify-content: center;
	align-items: center;
	z-index: 11;
	padding:0 10px;
	border-radius:3px;
	box-shadow:0 3px 3px rgba(0 0 0/18%)
}
.help-bar span{
	margin-right:5px;
	font-size:16px;
	line-height:33px;
}
.help-close{
	position: absolute;
	top:10px;
	right:10px;
	font-size:20px;
	width: 50px;
	height:50px;
	display:none;
	justify-content: center;
	align-items: center;
}

.helpContainer {
	display: flex;
	max-width: 1660px;
	margin: 0 auto;
}

.helpContainer .helpleft {
	width: 300px;
	padding: 10px;
	flex-shrink: 0;
	border-right: 1px solid #eee;
	background: #f9f9f9;

}

.helpleftsticky {
	position: sticky;
	top: 80px;
}

.helpmenu {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.helpclasslist {
	text-align: center;
}

.helpclasslist>ul>li>span {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #ccc;
}

.helpclasslist>ul>li ul {
	padding: 10px 0;
}

.helpclasslist>ul>li ul li {
	padding: 5px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.helpclasslist>ul>li ul li a {
	display: block;
}

.helpclasslist>ul>li ul li.act {
	background: #f2f2f2;
}

.helpclasslist>ul>li ul li.act a {
	color: #1f6ed3;
}

.helpContainer .helpright {
	width: 100%;
	background: #fff;
}

.helplocation {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	background: #fff;
	position: sticky;
	top: 80px;
}

.helplocation i {
	margin: 0 10px;
}

.helpContainer .helpright .content {
	padding: 30px;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:100;
}


/*内容展示公用部分*/
.contenthead {
	width: 100%;
	margin: 15px auto;
	border-bottom: #ccc dashed 1px;
	font-family: "inherit";
}

.contenthead h1 {
	text-align: center;
	font-size: 24px;
}

.contenthead h2 {
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
	color: #999;
}

.contentmain {
	margin: 0 auto;
	padding: 0 15px;
	min-height:400px;
	color: #737373;
	line-height: 1.8;
	word-wrap: break-word;
	font-size: 16px;
	font-family: "inherit";
}

.contentmain p {
	margin: 0 0 10px 0;
}

.contentmain img {
	border: none;
	max-width: 100%;
}

.contentmain video {
	max-width: 100%;
	height: auto !important;
}

.contentfooter {
	margin: 20px 0;
	color: #999;
	font-family: "inherit";
}

.contentfooter a {
	color: #999;
}


.contentfooter span {
	float: none !important;
	display: block;
}


/*招生专题*/

.case-wall {
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.case-wall-warp {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.case-wall-warp:before{
		content: "";
		display: block;
		border-radius: 30px 0 0 0;
		border-top: 1px solid rgba(255 255 255/30%);
		border-left: 1px solid rgba(255 255 255/30%);
		width: 150px;
		height: 1000px;
		position: absolute;
		top: 250px;
		left: -150px;
	}
	.case-wall-warp:after{
		content: "";
		display: block;
		border-radius: 0 30px 0 0;
		border-top: 1px solid rgba(255 255 255/30%);
		border-right: 1px solid rgba(255 255 255/30%);
		width: 150px;
		height: 1000px;
		position: absolute;
		top: 250px;
		right: -150px;
	}
	
	.case-wall-warp:after{
		display: block;
		content:"";
		clear: both;
	}

	.case-wall-item {
		float: left;
		width: 200px;
		height: 200px;
		margin: 0;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.case-wall-item .bg {
		position: absolute;
		top: 14.5%;
		left: 14.5%;
		width: 71%;
		height: 71%;
		border-radius: 20px;
		border: 2px dashed rgba(255 255 255/30%);
		transform: rotate(-45deg);
	}
	
	.case-wall-item .img {
		width: 50%;
		height: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.case-wall-item .img img {
		max-width: 100%;
		max-height: 100%;
	}
	
	.case-wall-item:nth-child(1),.case-wall-item:nth-child(12){
		margin-left: 100px;
	}
	.case-wall-item:nth-child(n+6):nth-child(-n+22){
		margin-top: -50px;
	}
	
	.btn-tools {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 50px 0;
position: sticky;
    top: 20px;
    z-index: 9;
	}

	.btn-sq {
		display: inline-block;
		width: 150px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #000;font-size:16px;
		font-weight: bold;
		text-decoration: none;
		border-radius: 25px;
		background: linear-gradient(to right, #97df5f, #0fe2ab);
		transition: all 0.2s;
	}

	.btn-sq:hover {
		background: linear-gradient(to right, #0fe2ab, #97df5f);
		color: #fff;
	}


/*申请试用*/
.bd_main_body{
	width: 100%;
	height: 100%;
	display: flex;
}
.body_left {
				display: flex;
				justify-content: center;
				align-items: center;
				flex-direction: column;
				width: 60%;
				height: 100%;
				background: url(/uploadfile/zhaoshengtry/bd2.jpg) center no-repeat;
				background-size: cover;
				position: relative;
			}

			.body_left .bdlogo {
				position: absolute;
				top: 10px;
				left: 10px;
			}

			.body_right {
				display: flex;
				justify-content: center;
				align-items: center;
				flex-direction: column;
				width: 40%;
				height: 100%;
				background: url(/uploadfile/zhaoshengtry/bd3.png) bottom center no-repeat;
				background-size: 100%;
				position: relative;
			}

			.body_right .tools {
				position: absolute;
				top: 20px;
				right: 20px;
			}

			.body_right .tools a {
				border: 1px solid #ccc;
				border-radius: 5px;
				padding: 5px 10px;
				color: #999;
				text-decoration: none;
			}

			.body_right .title {
				font-size: 30px;
				font-weight: bold;
				margin-bottom: 30px;
			}

			.body_right .form {
				width: 80%;
				max-width: 400px;
			}

			.body_right .form .form-item {
				margin-bottom: 20px;
				position: relative;
			}

			.body_right .form .form-item span.fa {
				width: 50px;
				height: 60px;
				text-align: center;
				line-height: 60px;
				font-size: 20px;
				position: absolute;
				top: 0;
				left: 0;
			}

			.body_right .form .form-item input {
				border: 0;
				border-bottom: 1px solid #333;
				width: 100%;
				padding: 0 0 0 50px;
				height: 60px;
				outline: none;
				font-size: 16px;
			}

			.body_right .form .form-item .btn-submit {
				display: block;
				width: 100%;
				height: 60px;
				color: #fff;
				font-size: 20px;
				text-align: center;
				line-height: 60px;
				background: #0491d2;
				border-radius: 30px;
				cursor: pointer;
				margin-top: 50px;
				transition: all 0.2s;
			}

			.body_right .form .form-item .btn-submit:hover {
				opacity: 0.8;
			}
<!--0.00022220611572266-->