/* compare */

.compare-view  .app {
 width: 100%;
 height: 100%;
 position: relative;

}

.compare-view  .banner {
 width: 100%;
 position: relative;
 line-height: 0;
}

.compare-view  .banner-h3 {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%);
 font-family: 'Montserrat';
 font-weight: 300;
 font-size: 40px;
 color: #FFFFFF;
 text-align: center;
 line-height: 40px;
 width: 100%;

}

.compare-view  .banner img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 line-height: 0;
}

.compare-view  .compare {
 width: 100%;
 height: 100%;
 position: relative;
 background: #FFFFFF;
 padding-top: 85px;
 padding-bottom: 65px;
}

.compare-view  .compare-content {
 width: 1400px;
 margin: auto;
}

.compare-view  .compare-title {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}

.compare-view  .compare-title h3 {
 font-weight: Bold;
 font-size: 27px;
 line-height: 27px;
 color: #000000;
}

.compare-view  .compare-title a {
 font-weight: Bold;
 font-size: 10px;
 line-height: 10px;
 color: #000000;
 font-family: 'Montserrat';
}

.compare-view  .dtable {
 width: 100%;
 margin-top: 43.5px;
}

.compare-view  .dtable-img {
 width: 100%;
 margin-bottom: 28px;
 display: flex;
 justify-content: flex-end;
 align-items: center;
 height: 100%;
}

.compare-view  .dtable-img img {
 object-fit: cover;
}

.compare-view  .dti1 {
 width: 675px;
 height: auto;
 margin-right: 9px;
 object-fit: cover;
}

.compare-view  .dti2 {
 width: 675px;
 height: auto;
 object-fit: cover;
}

.compare-view  .table-content {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed;
}

.compare-view  .table-content th {

 text-align: center;
 vertical-align: middle;
 padding-top: 17px;
 padding-bottom: 17.5px;
 border-bottom: 1px solid #707070;
 font-weight: bold;
 font-size: 17px;
 line-height: 17px;
 font-family: 'Montserrat';
}


.compare-view  .table-content td {
 font-family: 'Montserrat';
 text-align: center;
 vertical-align: middle;
 border-bottom: 1px solid #707070;
 padding-top: 17px;
 padding-bottom: 17.5px;
 font-weight: 400;
 font-size: 17px;
 line-height: 17px;

}
.compare-view  .table-content td:first-child{
 font-weight: bold !important;
 font-family: 'Montserrat' !important;
}
@media (max-width: 1440px) {
 .compare-view  .compare-content{
	 width: 1140px;
 }
 .compare-view  .dti1 {
 width: 475px;



}

.compare-view  .dti2 {
 width: 475px;

}
}

@media (max-width:1140px) {
 .compare-view  .compare-content{
	 width: 100%;
 }
 .compare-view  .banner{
	 height: 60vh;
 }
 .compare-view  .compare-title {
display: flex;

align-items: flex-start;
flex-direction: column;
width: 95%;
	 margin: auto;
}
.compare-view  .compare{
padding-top: 50px;
padding-bottom: 50px;
}
.compare-view  .compare-title h3{
margin-bottom: 15px;
}
.compare-view  .dtable-img{
width: 95%;
margin: auto;
justify-content: center;
flex-direction: column;

}
.compare-view  .table-div{
width: 100%;
overflow-x: scroll;
}
.compare-view  .table-sc{
width: 95%;
margin: auto;
}
.compare-view  .dti1{
margin-right: 0;
}
.compare-view  .dti1,
.compare-view  .dti2{
width: 100%;

margin-bottom: 15px;
}
.compare-view  .table-content td:first-child,
.compare-view  .table-content td,
.compare-view  .table-content th{
font-size: 13px;
line-height: 13px;
width: 110px;

}

}
/* weibu */

.footer-view  .footer {
	width: 100%;
	height: 100%;
	padding-top: 75px;
	padding-bottom: 53px;
	background: #2B2B2B;
	position: relative;
	z-index: 998;
}

.footer-view  .footer-content {
	width: 1400px;
	margin: auto;
	display: flex;

}

.footer-view  .footer-flex {
	width: 100%;
	display: flex;
}

.footer-view  .footer-flex-left {
	display: flex;
}

.footer-view  .footer-item {
	display: flex;
	flex-direction: column;
}

.footer-view  .footer-item:not(:last-child) {
	margin-right: 18px;
}

.footer-view  .footer-us {
	width: 413px;
}

.footer-view  .fih3 {
	font-size: 17px;
	color: #B7B7B7;
	font-weight: bold;
	margin-bottom: 25px;
	white-space: nowrap;
	font-family: 'Montserrat';
}

.footer-view  .fidiv {
	display: flex;
	margin-bottom: 27px;
}

.footer-view  .fidiv:last-child {
	align-items: baseline;
}

.footer-view  .footer-product {
	width: 294px;
}

.footer-view  .fia {
	font-size: 13px;
	color: #B7B7B7;
	font-weight: 300;
	line-height: 40px;
	font-family: 'Montserrat';
}

.footer-view  .fidiv-content {
	width: 192px;
	height: 28px;
	background: #5D5D5D;
	border-radius: 0 10px 10px 0;
	margin-bottom: 25px;

}

.footer-view  .fidiv-content a {
	width: 100%;
	height: 100%;
	display: flex;
	padding-left: 5px;
	align-items: center;
}

.footer-view  .fidiv-content img {
	width: 21px;
	height: 22px;
	margin-right: 14px;
}

.footer-view  .fidiv-content span {
	font-size: 16px;
	line-height: 66px;
	font-weight: 500;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

.fidiv a,
.footer-view  .fidiv span {
	font-size: 15px;
	color: #B7B7B7;
	font-weight: 300;
	line-height: 20px;
}

.footer-view  .fidiv img {
	width: 14px;
	height: auto;
	margin-right: 13px;
}

.footer-view  .footer-video {
	width: 210px;
}

.footer-view .fiahref,
.footer-view  .fispan {
	font-family: 'Montserrat';
}

.footer-view  .footer-logo {
	margin-bottom: 15px;
	text-align: right;
}

.footer-view  .footer-logo a {
	width: 155px;
	height: 19px;
	display: inline-block;
}

.footer-view  .footer-logo a img {
	width: 100%;
	height: 100%;
}

.footer-view  .footer-video-icon {
	display: flex;
}

.footer-view  .footer-video-icon a {
	display: inline-block;
	width: 45px;
	height: 45px;

}

.footer-view  .footer-video-icon a img {
	width: 100%;
	height: 100%;
}

.footer-view  .footer-video-icon a:not(:last-child) {
	margin-right: 14px;
}

.footer-view  .footer-xian {
	margin: 33px auto 12px auto;
	width: 100%;
	height: 1px;
	background: #7D7D7D;
	border: 1px solid #7D7D7D;
	width: 1400px;
}

.footer-view  .footer-copy {
	width: 1400px;
	margin: auto;
	text-align: right;
}

.footer-view  .footer-copy span {
	font-size: 15px;
	line-height: 20px;
	font-weight: 200;
	color: #757575;
	font-family: 'Montserrat';
}

/* ccccc */
.footer-view  .cookie-text p {
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	font-family: 'Montserrat';
}

.footer-view #cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5f5f5;
	padding: 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
}

.footer-view #cookie-banner.visible {
	display: block;
}

.footer-view  .cookie-banner-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-view  .cookie-text {
	flex: 1;
	min-width: 300px;
	margin-bottom: 15px;
}

.footer-view  .cookie-text a {
	color: #008068;
	text-decoration: underline;
}

.footer-view  .cookie-text ul {
	margin: 0;
	padding: 0;
}

.footer-view  .cookie-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-view  .cookie-btn {
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s;
	font-family: 'Montserrat';
}

.footer-view  .accept-all {
	background: #4CAF50;
	color: white;
}

.footer-view  .necessary-only {
	background: #f44336;
	color: white;
}

.footer-view  .customize-btn {
	background: #2196F3;
	color: white;
}

.footer-view  #show-settings {
	background: #2196F3;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}


/* 自定义设置模态框 */
.footer-view #cookie-settings-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
	overflow-y: auto;
}

.footer-view  .modal-content {
	background: white;
	margin: 50px auto;
	padding: 20px;
	max-width: 600px;
	border-radius: 5px;
}

.footer-view  .modal-content h2 {
	font-size: 23px !important;
	font-weight: bold;
	margin-bottom: 30px;
}

.footer-view  .category-toggle h7 {
	font-size: 18px !important;
	font-family: 'Montserrat';
}

.footer-view  .category-toggle>div {
	width: calc(100% - 60px);
}

.footer-view  .cookie-category {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.footer-view  .category-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-view  .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.footer-view  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.footer-view  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
}

.footer-view  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

.footer-view input:checked+.slider {
	background-color: #2196F3;
}

.footer-view  input:checked+.slider:before {
	transform: translateX(26px);
}

.footer-view  .save-settings {
	background: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 20px;
}

/* 增强的Cookie横幅样式 */
.footer-view  #cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f8f9fa;
	padding: 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
	border-top: 1px solid #ddd;
}

.footer-view  #cookie-banner.visible {
	display: block;
}

.footer-view  .cookie-banner-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-view  .cookie-text {
	flex: 1;
	min-width: 300px;
	margin-bottom: 15px;
}

.footer-view #cookie-banner-heading {
	font-size: 2.2rem;
	margin-bottom: 10px;
	color: #333;
	font-family: 'Montserrat';
}

.footer-view  .cookie-types details {
	margin: 10px 0;
}

.footer-view  .cookie-types summary {
	cursor: pointer;
	color: #008068;
	font-weight: bold;
	font-family: 'Montserrat';
}

.footer-view  .cookie-types ul {
	margin-left: 20px;
	padding-left: 0;
	list-style-type: disc;
	font-family: 'Montserrat';
}

.footer-view  .cookie-types li {
	line-height: 25px;
}

.footer-view  .cookie-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-view  .cookie-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s;
	min-width: 120px;
}

.footer-view  .accept-all {
	background: #4CAF50;
	color: white;
}

.footer-view  .necessary-only {
	background: #6c757d;
	color: white;
}

.footer-view  .customize-btn {
	background: #2196F3;
	color: white;
}

/* 模态框样式增强 */
.footer-view #cookie-settings-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
	overflow-y: auto;
	padding: 20px;
}

.footer-view  .modal-content {
	background: white;
	margin: 20px auto;
	padding: 30px;
	max-width: 700px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-view #cookie-settings-heading {
	font-size: 1.5rem;
	margin-bottom: 25px;
	color: #333;
	font-family: 'Montserrat';
}

.footer-view  .category-toggle p {
	font-family: 'Montserrat';
	font-size: 13px;
	line-height: 16px;
}

.footer-view  .cookie-category {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.footer-view  .category-toggle {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.footer-view  .category-toggle>div {
	flex: 1;
}

.footer-view  .category-toggle h7 {
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: #333;
	font-family: 'Montserrat';
}

.footer-view  .required-badge {
	display: inline-block;
	background: #6c757d;
	color: white;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 0.8rem;
	margin-left: 8px;
	font-family: 'Montserrat';
}



.footer-view  .modal-buttons {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 25px;
}

.footer-view  .save-settings {
	background: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}

.footer-view  .cancel-settings {
	background: #6c757d;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}

/* 无障碍改进 */
.footer-view  #cookie-banner:focus,
.footer-view .cookie-btn:focus,
.footer-view  .switch input:focus+.slider {
	outline: 2px solid #008068;
	outline-offset: 2px;
}

/* 减少运动 */
@media (prefers-reduced-motion: reduce) {

	.slider,
	.footer-view  .slider:before {
		transition: none;
	}

	.footer-view  .modal-content {
		animation: none;
	}
}

/* xf */
.footer-view  .ce-content {
	position: fixed;
	right: 0;
	top: 30%;
	width: 66px;
	height: auto;

	border-radius: 10px 0 0 10px;
	z-index: 999;
	padding: 5px;
}

.footer-view  .ce-contents {
	background: #FFFFFF;
	border-radius: 53px;
	padding: 11px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-view  .ce-item {
	text-align: center;
	padding: 20px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


.footer-view  .ce-item:not(:last-child) {
	border-bottom: 1px solid #000000FF;
}

.footer-view  .ce-contents img {


	width: 27px;
	height: auto;
}

#scroll-topsss img {
	width: 25px !important;


}

.footer-view  .ce-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	position: relative;
	transition: all 0.5s;
}

.footer-view  .ce-item:hover a img {
	display: none;
}

.footer-view  .ce-item:hover a p {
	display: block;
}

.footer-view  .ce-content p {

	font-size: 10px;
	color: #000000FF;
	line-height: 10px;
	text-align: center;

	font-family: 'Montserrat';
	display: none;

}

.footer-view #scroll-topsss {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background: #009173FF;
	display: flex;
	justify-content: center;
	align-items: center;
		 margin: 15px auto 0 auto;
		 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-view #scroll-topsss a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-view #scroll-topsss p {
	display: none;
}

.footer-view  .home-form {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.5s;

}

.footer-view  .home-form p {

	line-height: 26px !important;
}

.footer-view  .home-form img {
	width: 21px !important;
	height: 26px !important;
}

.footer-view  .home-form:hover img {
	display: none;
}

.footer-view  .home-form:hover p {
	display: block;
}

/* xf end */


.footer-view  .con-content {
	width: 45%;
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 7px 19px 1px rgba(0, 0, 0, 0.35);
	border-radius: 16px 16px 16px 16px;
	padding-top: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 999;
	display: none;
}

.footer-view  .chahao {
	width: 20px;
	height: 20px;
	background: #999999;
	border-radius: 50%;
	position: absolute;
	right: 40px;
	top: 20px;
}

.footer-view  .chahao span {
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #FFFFFF;
	padding-bottom: 3px;
}

.footer-view  .con-content h3 {
	text-align: center;
	margin-bottom: 43px;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Montserrat';
}

.footer-view  .heinpu #attr_37 {
	width: calc(100% - 20px);
	height: 40px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #D9D9D9;
	margin: 0 auto 20px 0;
	padding-left: 18px;
	font-weight: 400;
	color: #8D8D8D !important;
	font-size: 13px;
	line-height: 13px;
	font-family: 'Montserrat';
	margin-left: 10px;
}

.footer-view  .heinpu #attr_38 {
	width: calc(100% - 20px);
	height: 148px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #D9D9D9;
	margin-bottom: 43px;
	padding-left: 18px;
	padding-left: 17px;
	padding-top: 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	font-family: 'Montserrat';
	margin-left: 10px;
	color: #8D8D8D !important;
}

.footer-view  .heinpu .cc-b {
	width: 170px;
	height: 40px;
	background: #3C3D3D;
	border-radius: 12px 12px 12px 12px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	border: none;
	cursor: pointer;
}

.footer-view  .heinpu .cc-input input:not(:last-child) {
	width: calc(49% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 40px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #D9D9D9;
	padding-left: 18px;
	font-weight: 400;
	font-size: 13px;
	color: #8D8D8D !important;
	line-height: 13px;
	font-family: 'Montserrat';
}

/* xf end */
@media screen and (max-width: 1440px) {

	.footer-view .footer-content,
	.footer-view .footer-copy,
	.footer-view  .footer-xian {
		width: 1140px;
		margin: auto;
	}
.footer-view  .footer-item:not(:last-child) {
	margin-right: 8px;
}
	.footer-view  .footer-flex {
		flex-direction: column;
	}

	.footer-view  .footer-flex-right {
		margin: 20px auto;

	}

	.footer-view  .footer-copy {
		padding-top: 10px;
	}

	.footer-view  .footer-logo {
		text-align: center;
	}

	.footer-view  .footer {
		padding-bottom: 23px;
	}


}



@media screen and (max-width: 1140px) {

	/* ccccccc */
	.footer-view  .cookie-banner-content {
		flex-direction: column;
	}

	.footer-view  .cookie-buttons {
		width: 100%;
		justify-content: center;
	}

	.footer-view  .cookie-btn {
		font-size: 13px;
		padding: 0;
	}

	/* ccccccc end */
	.footer-view .footer-content,
	.footer-view .footer-copy,
	.footer-view  .footer-xian {
		width: 95%;
		margin: auto;
	}

	.footer-view  .footer {
		padding-top: 35px;
		padding-bottom: 65px;
	}

	.footer-view  .footer-content {
		flex-direction: column;

	}

	.footer-view  .footer-flex-left {
		flex-direction: column;
	}

	.footer-view  .footer-item:not(:last-child) {

		margin-bottom: 15px;
	}

	.footer-view  .footer-copy {
		padding-top: 0px;
	}

	.footer-view  .heinpu .cc-input input:not(:last-child) {
		width: calc(49% - 10px);
		margin-left: 5px;
		margin-right: 5px;
	}

	.footer-view  .con-content {
		width: 95%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.footer-view .heinpu #attr_37,
	.footer-view  .heinpu #attr_38 {
		width: calc(100% - 10px);
		margin-left: 5px;
	}

	.footer-view  .heinpu #attr_38 {
		margin-bottom: 23px;
	}

	.fia,
	.footer-view  .fidiv {
		padding-left: 15px;
	}

	.footer-view  .footer-video {
		width: 100%;
	}

	.footer-view  .footer-video-icon {
		justify-content: center;
	}

	.footer-view  .footer-logo {
		text-align: center;
	}

	.footer-view  .fispan {
		text-align: left;
	}

	.footer-view  .footer-copy {
		text-align: center;
	}

	.footer-view  .footer-xian {
		margin: 15px auto 15px auto;
	}

	.footer-us,
	.footer-view  .footer-item {
		width: 100%;
	}

	/* xf */
	.footer-view  .ce-content {
		top: auto;
		bottom: 0;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 10px 10px 0 0px;
		display: flex;
		background: #FFFFFF;
		padding: 0;
						overflow: hidden;
						box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	}

	.footer-view  .ce-contents {
		width: 75%;
		display: flex;
		padding: 5px;
		border-radius: 0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
	}

	.footer-view #scroll-topsss {
		width: 25%;
		margin: 0px;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
	}

	.footer-view  .ce-content img {
		margin-top: 0px;

	}

	.footer-view  .ce-item {
		width: 33.33%;
		padding: 0;
	}

	.footer-view  .ce-content p {
		padding-bottom: 0px;
		font-size: 12px !important;
		line-height: 12px !important;
	}

	.footer-view  #scroll-topsss img,
	.footer-view  .ce-content img {
		width: 20px !important;
		height: 20px !important;
		margin-bottom: 7px;
	}
 #scroll-topsss img{
	 margin-bottom: 0px !important;
}
	.footer-view  .ce-item a {
		display: flex;
		flex-direction: column;
		width: 100%;
	height: 100%;
	}

	.footer-view  .home-form {
		display: flex;
		flex-direction: column;
	}

	.footer-view .ce-content p,
	#scroll-topsss p {
		display: block;
	}

	.footer-view  .ce-item:not(:last-child) {
		border-bottom: none;
		border-right: 1px solid #FFFFFF;
	}

	.footer-view #scroll-topsss a {
		display: flex;
		flex-direction: column;
		background: #FFFFFF;
	}

	.footer-view  .ce-item:hover a img {
		display: block;
	}

	.footer-view  .ce-item:hover a p {
		display: block;
	}

	.footer-view  .home-form:hover img {
		display: block;
	}

	.footer-view  .home-form:hover p {
		display: block;
	}

	/* xf end */
}
/* toubu */

html,body{
	position: relative;
	width: 100%;

}
header {
	width: 100%;
	height: 74px;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99999;
	transition: all 0.5s;
}

header  .header-content {
	width: 1234px;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
justify-content: space-between;

}

header  .product-type {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
}

header  .product-type a {
	display: flex;

	position: relative;
	justify-content: space-between;
	padding-top: 13px;
	box-sizing: border-box;
	text-align: center;
	flex-direction: column;
}

header  .product-type a:nth-child(1) {
	width: 90px;
	height: auto;
}

header  .product-type a:nth-child(2) {
	width: 156px;
	height: auto;
}

header  .product-type a:nth-child(3) {
	width: 132px;
	height: auto;
}

header  .product-type a:nth-child(4) {
	width: 112px;
	height: auto;
}

header  .product-type a:nth-child(5) {
	height: auto;
	width: 40px;
}
header  .product-type a:nth-child(5) span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	margin: 0;
}
header  .product-type a:nth-child(5) img {
	padding-bottom: 36px;
}
header  .product-type a:nth-child(6) {
	width: 90px;
	height: auto;
}

header  .product-type a:nth-child(7) {
	height: auto;
	width: 40px;
}
header  .product-type a:nth-child(7) span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	margin: 0;
}
header  .product-type a:nth-child(7) img {
	padding-bottom: 36px;
}
header  .product-type a:not(:last-child) {
	margin-right:80px;
}

header  .product-type a div {
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
}

header  .product-type a img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	object-fit: cover;

}

/* .pimg1{
	z-index: 7;
	transition: clip-path 0.5s ease-in-out;
	clip-path: inset(0 0 0 0); 
	opacity: 1;
}
header  .pimg2{
	z-index: 8;
	transition: clip-path 0.5s ease-in-out ,opacity 0.7s ease-in-out;
	clip-path: inset(100% 0 0 0);
	opacity: 0;
} */
header  .pimg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;

	mask: linear-gradient(black, black);
	-webkit-mask: linear-gradient(black, black);
	mask-size: 100% 0%;
	-webkit-mask-size: 100% 0%;
	mask-position: bottom;
	-webkit-mask-position: bottom;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	transition: mask-size 0.25s ease, -webkit-mask-size 0.25s ease, opacity 0.5s ease;
	opacity: 0;
}

header  .product-type a:hover .pimg2 {
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	opacity: 1;
}

header  .product-type a span {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-family: 'Montserrat';
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* .product-type a:hover .pimg1{
	clip-path: inset(0 0 100% 0);
	opacity: 1;
}
header  .product-type a:hover .pimg2{
	clip-path: inset(0 0 0 0);
	opacity: 1;
} */
header  .product-type a:hover .pspan {
	color: #009173 !important;
}

header  .mobile-nav {
	display: none;
}


header  .header-mobile {
	display: none;
}

header  .mobile-nav {
	display: none;
	position: relative;
	top: 0px;
	background: #FFFFFF;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;

	flex-direction: column;
}

header  .matype {
	display: flex;
	padding-top: 13px;
	padding-bottom: 13px;
	justify-content: space-between;
	border-bottom: 1px solid #B7B7B7;
	align-items: center;
}

header  .matypes1 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	font-family: 'Montserrat';

}

header  .matypes2 {

	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #5D5D5D;
	transform: rotate(-90deg);
	transition: all 0.3s;
	cursor: pointer;
	
}

header  .matypes2xz {
	transform: rotate(0deg);
}

header  .mul2header {
	display: none;

	padding-left: 50px;
}

header  .mul2header li {
	width: 100%;
	height: 100%;
	padding: 10px 0;

}

header  .mul2header a {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	font-family: 'Montserrat';
}

header  .ul2header {
	position: absolute;
	top: 74px;
	left: 0;
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: #FFFFFF;
}

header  .ul2header li {
	width: 241px;

	height: 100%;
}

header  .ul2header li:hover {
	background-color: #EEEEEE;
}

header  .ul2header a {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	font-family: 'Montserrat';
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}

header  .header-logo {
	width: 167px;
	height: 21px;


}

header  .header-logo a {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

header  .header-logo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;

	opacity: 0;
}

header  .header-logo a img:first-child {
	opacity: 1;
}

header  .hcblack .header-logo a img:first-child {
	opacity: 0;
}

header  .hcblack .header-logo a img:last-child {
	opacity: 1;
}

header  .atype {

	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	line-height: 74px;
	white-space: nowrap;
	font-family: 'Montserrat';


}

header  .hcblack .atype {
	color: #000000 !important;
}

header  .atype:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #009173;
}

header  .atype:not(:last-child) {
	margin-right: 30px;
}



header  .header-atype {
	display: flex;

	height: 100%;
	align-items: center;

}

header  .header-language {
	width: 43px;
	height: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

header  .header-language span {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Montserrat';
}

header  .hcblack .header-language span {
	color: #000000 !important;
}

header  .header-language-img {
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 8px;
}

header  .header-language-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	z-index: 9;

	opacity: 0;
}

header  .header-language-img img:first-child {
	opacity: 1;
}

header  .hcblack .header-language-img img:first-child {
	opacity: 0;
}

header  .hcblack .header-language-img img:last-child {
	opacity: 1 !important;
}

/* product down */
header  .product-data {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 6px 44px 1px rgba(0, 0, 0, 0.26);
	height: 131px;
	position: absolute;
	top: 74px;
	z-index: 9999;

	display: none;
}

header  .product-content {
	width: 1140px;
	margin: auto;
	height: 100%;

}



/* .header .main-header .mobile-button:before,
.header .main-header .mobile-button:after,
header  .header .main-header .mobile-button span {
	background: #FFFFFF;
} */
/* country */
header  .header-country {
	width: 848px;
	height: 520px;
	background: #FFFFFF;
	box-shadow: 5px 3px 1px rgba(0, 0, 0, 0.16);
	border-radius: 10px 10px 10px 10px;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	padding: 37px 134px 58px 134px;
	display: none;
}

header  .header-country h3 {

	font-weight: 800;
	font-size: 22px;
	color: #000000;
	margin-bottom: 32px;
	text-align: center;
	font-family: 'Montserrat';
}

header  .yy-content {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;

}

header  .yy-item {
	padding-left: 10px;
	padding-right: 13px;
	width: 268px;
	height: 48px;
	background: #F5F5F5;
	border-radius: 10px 10px 10px 10px;
	margin: 0 auto 5px auto;
}

header  .yy-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

header  .yy-item a span:first-child {

	font-weight: 500;
	font-size: 16px;
	color: #000000;
	font-family: 'Montserrat';
}

header  .yy-item a span:last-child {

	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 16px;
	color: #A5A5A5;


}

header  .yuyancha {
	width: 10px;
	height: 19px;
	position: absolute;
	right: 17px;
	top: 11px;
	cursor: pointer;
	font-weight: 500;
	font-size: 19px;
	color: #000000;

}

@media (max-width: 1440px) {}

@media (max-width:1250px) {
	header  .header-content {
		width: 98%;
		margin: auto;
	}

	header  .header-logo img {
		height: auto;
	}

	header  .header-logo {
		margin-right: 34px;
	}

	header  .header-atype {
		margin-right: 14px;
	}

	header  .atype:not(:last-child) {
		margin-right: 10px;
	}
}

@media (max-width:1140px) {
			*{
		tap-highlight-color: transparent;
		-webkit-tap-highlight-color: transparent;
	
	}	

	header  .header-content {
		width: 95%;
		justify-content: space-between;
	}

	header  .header-atype {
		display: none;
	}

	header  .header-language {
		height: 20px;
	}

	header  .header-language {
		margin-left: 40%;
	}

	header  .header-mobile {
		width: 35px;
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;

	}

	header  .hmmanbao {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;

	}

	header  .hmmanbao span {
		width: 100%;
		height: 3px;
		background: #FFFFFF;
		border: 1px solid #FFFFFF;
	}

	header  .hmchahao {
		font-size: 35px;
		line-height: 35px;
		color: #FFFFFF;
		display: none;
	}

	header  .hcblack .hmmanbao span {
		background: #000000 !important;
		border: 1px solid #000000;
	}

	header  .hcblack .hmchahao {
		color: #000000 !important;
	}

	header  .header-language span {
		display: none;
	}

	header  .header-language-img img {

		width: 20px;
		height: 20px;

	}

	header  .header-country {
		width: 90%;
	}

	header  .header-country {
		top: 10%;
		padding: 37px 14px 37px 14px;
	}

	header  .yy-item {
		width: 45%;
	}

	h3 {
		font-size: 22px !important;
		line-height: 27px !important;
	}

	p {
		font-size: 15px !important;
		line-height: 20px !important;
	}

	span {
		font-size: 13px !important;
		line-height: 17px !important;
	}

	button {
		width: 121px !important;
		height: 28px !important;
		font-size: 13px !important;
		line-height: 13px !important;
	}
}
/* shouye */

.index-view .home {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.index-view .pbanner {
  width: 100%;
  height: 100vh;

}

.index-view .solutions .pbanner {
  height: auto;
}

.index-view .mbanner {
  width: 100%;
  height: auto;
  display: none !important;
  position: relative;
}

.index-view .banner .mySwiper {
  width: 100%;
  height: 100%;
}

.index-view .banner .mySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-view .banner .mySwiper a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.index-view .banner .mySwiper a .banner-text {
  position: absolute;
  top: 30%;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.index-view .banner .mySwiper a h3 {
  font-size: 55px;
  color: #FFFFFF;
  line-height: 82px;
  font-weight: bold;
  margin-bottom: 11px;
  font-family: 'Montserrat';
}

.index-view .bslia {
  position: relative;

}

.index-view .bslia-img {
  position: relative;
  z-index: 9;
}

.index-view .bslia-text {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;

}

.index-view .banner .mySwiper a p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 35px;
  font-family: 'Montserrat';
}

.index-view .banner .mySwiper a button {
  width: 121px;
  height: 38px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  background: transparent;
  cursor: pointer;
  margin: auto;
  font-family: 'Montserrat';
}

.banner-text-black h3,
.index-view .banner-text-black p {
  color: #000000 !important;
}

.index-view .banner-text-black button {
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

/* banner */
.index-view .banner .swiper-pagination-bullet {

  width: 50px;
  height: 5px;
  border-radius: 16px;
}

.index-view .banner .swiper-pagination-bullet-active {

  background: #FFFFFF;
}

/* products */
.index-view .products {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F5F5F5;
}

.index-view .products-content {
  width: 1400px;
  margin: auto;
}

.index-view .product-datas {
  width: 100%;
}

.index-view .product-datas a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.index-view .products-content .mySwiper {
  width: 100%;
  padding-bottom: 60px;
}

.index-view .products-content .mySwiper img {
  width: 100%;
  /* height: 60vh; */

}

.index-view .psh3 {
  text-align: center;
  font-size: 40px;
  color: #000000;
  font-family: 'Montserrat';
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}

.index-view .psp {
  font-size: 18px;
  color: #8D8D8D;
  line-height: 23px;
  margin-bottom: 33px;
  font-weight: 300;
  text-align: center;
  font-family: 'Montserrat';
}

.index-view .products-cate {
  width: 1300px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #5D5D5D;
  position: relative;

  margin: 0 auto 30px auto;
}

.index-view .pcxian {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 4px;
  background: #009173;
  border: 1px solid #009173;
  transition: all 0.2s linear;

}

.index-view .products-cate span {
  font-weight: 500;
  color: #5D5D5D;
  font-size: 15px;
  font-family: 'Montserrat';
  cursor: pointer;
  line-height: 25px;
}

.index-view .pcatl {
  color: #009173 !important;
}

.product-datas .swiper-button-prev,
.index-view .product-datas .swiper-button-next {
  position: absolute;

  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  width: 45px;
  height: 45px;
  border: 1px solid #707070;
  border-radius: 50%;

}

/* .product-datas .swiper-button-prev {
  left: 39%;
  bottom: 0;
  top: auto;
}

.index-view .product-datas .swiper-button-next {
  right: 39%;
  bottom: 0;
  top: auto;
} */

.product-datas .swiper-button-next:after,
.index-view .product-datas .swiper-rtl .swiper-button-prev:after {
  content: '>';
  font-size: 13px;
}

.product-datas .swiper-button-prev:after,
.index-view .product-datas .swiper-rtl .swiper-button-next:after {
  content: '<';
  font-size: 13px;
}

.index-view .product-datas-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

}

.index-view .product-datas-bottom a {
  display: inline-block;
  width: 205px;
  height: 38px;
  border: 1px solid #5D5D5D;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #5D5D5D;
  font-weight: 400;
  border-radius: 50px;
  font-family: 'Montserrat';
}

.index-view .smart {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.index-view .msmart {
  display: none;
}

.index-view .smart a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.index-view .smart a img {
  width: 100%;
}

.index-view .smart-content {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  text-align: center;
}

.index-view .smart-content h3 {
  font-size: 55px;
  line-height: 55px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}

.index-view .smart-content p {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 35px;
  font-family: 'Montserrat';
}

.index-view .smart-content button {
  display: inline-block;
  width: 121px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  border-radius: 50px;
  margin: auto;
  cursor: pointer;
  font-family: 'Montserrat';
}

.index-view .solutions {
  width: 100%;
  height: 100%;
  padding-top: 53px;
  padding-bottom: 94px;
  text-align: center;
  background: #F5F5F5;
}

.index-view .soh3 {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 13px;
  font-family: 'Montserrat';
}

.index-view .sop {
  font-size: 18px;
  line-height: 23px;
  color: #8D8D8D;
  width: 60%;
  margin: 20px auto 40px auto;
  font-family: 'Montserrat';
}

.index-view .solu-content {
  width: 1400px;
  margin: auto;
  display: flex;
}

.index-view .solu-item {
  line-height: 0;
  width: 148px;
  height: 500px;

  margin-right: 10px;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.index-view .solu-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 7;
  border-radius: 10px;
}

.index-view .solu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;

}

.index-view .solu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-view .solus1 {
  position: absolute;
  font-weight: 500;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 20px;
  width: 137px;
  color: #FFFFFF;
  z-index: 8;
  opacity: 1;
  font-family: 'Montserrat';
}

.index-view .solus2 {
  left: 50%;
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  bottom: 30px;
  top: auto;
  color: #FFFFFF;
  transform: translateX(-50%);
  font-weight: bold;
  opacity: 0;
  z-index: 8;
  width: 400px;
  transition: all 0.3s;
  font-family: 'Montserrat';
}

.index-view .solu-item-d .solus2 {
  opacity: 1 !important;
}

.index-view .solu-item-d .solus1 {
  opacity: 0 !important;
}

.index-view .solu-item-d {
  width: 450px !important;
  height: 500px !important;

}

.index-view .solu-item-d::after {
  height: 90px;
  top: auto !important;
  bottom: 0px !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%) !important;
}


.index-view .lianxi {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.index-view .lianxi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-view .lianx-content {
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.index-view .lianx-content h3 {
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 13px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.index-view .lianx-content p {
  font-size: 17px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 38px;
  font-weight: 300;
  font-family: 'Montserrat';
  width: 400px;
}

.index-view .lianx-content a {
  width: 117px;
  height: 28px;
  border: 1px solid #FFFFFF;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  border-radius: 50px;
  font-family: 'Montserrat';
}

.index-view .news {
  width: 100%;
  height: 100%;
  padding-top: 55px;
  padding-bottom: 70px;
  background: #F5F5F5;
  position: relative;
}

.index-view .news-title {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}

.index-view .newst-left h3 {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  font-family: 'Montserrat';
}

.index-view .newst-right {
  width: 340px;
  display: flex;
  justify-content: space-between;
}

.index-view .newst-right button {
  width: 157px;
  height: 36px;
  border: 1px solid #8D8D8D;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8D8D8D;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Montserrat';
}

.index-view .hbl {
  border: 1px solid #009173 !important;
  color: #009173 !important;
}

.index-view .news-flex {
  padding-left: 20%;
  width: 100%;
}

.index-view .news-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-view .news-content .swiper-button-prev,
.index-view .news-content .swiper-button-next {
  position: absolute;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  width: 45px;
  height: 45px;
  border: 1px solid #707070;
  border-radius: 50%;

}

.index-view .news-content .swiper-button-prev {
  bottom: 70px;
  top: auto;
  left: calc(20% - 125px);
  right: auto;
}

.index-view .news-content .swiper-button-next {
  bottom: 70px;
  top: auto;
  left: calc(20% - 65px);
  right: auto;
}

.index-view .news-content .swiper-button-prev:after,
.index-view .news-content .swiper-rtl .swiper-button-next:after {
  content: '<';
  font-size: 13px;
}

.index-view .news-content .swiper-button-next:after,
.index-view .news-content .swiper-rtl .swiper-button-prev:after {
  content: '>';
  font-size: 13px;
}

.index-view .news-item {
  display: none;
}

.index-view .nishow {
  display: block !important;
}

.index-view .news-item .swiper-slide {
  width: 100%;
  height: 215px;


}

.index-view .news-item .swiper-slide a {
  display: inline-block;

}

.index-view .news-item .swiper-slide a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-bottom: 24px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  padding: 10.5px 10px 9.5px 11.5px;
  position: relative;
}

.index-view .nimgsbg {
  position: absolute;
  width: 50%;
  height: 100%;
  object-fit: cover;
  right: 0;
  bottom: 0;
  z-index: 7;
  border-radius: 0 10px 10px 0;
}

.index-view .news-top {
  position: absolute;
  width: 50px;
  height: 35px;
  top: 0;
  right: 0;
  z-index: 11;
}

.index-view .na-text {
  position: relative;
  z-index: 9;
}

.index-view .ndate {
  margin-bottom: 21.5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-family: 'Montserrat';
}

.index-view .ndate::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #009173;
  border: 1px solid #009173;
}

.index-view .nh3t {
  font-size: 22px;
  position: relative;
  color: #1D1D1D;
  width: 100%;
  overflow: hidden;
  line-height: 35px;
  display: inline-block;
  height: 70px;
  padding-bottom: 5px;
  font-family: 'Montserrat';
}

.index-view .news-item-zh .nh3t {
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
}

.index-view .nh3tx {

  width: 100%;
  height: 1px;
  background: #009173;
  border: 1px solid #009173;
  margin-top: 5px;
  margin-bottom: 15px;
}

.index-view .ndesc {
  font-size: 16px;
  height: 19px;
  color: #8D8D8D;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  line-height: 19px;
  font-family: 'Montserrat';
}

/* bd */
.index-view .form-bd {
  width: 100%;
  background: #F5F5F5;
  padding-top: 79px;
  padding-bottom: 70px;
}

.index-view .form-bd-content {
  width: 1400px;
  margin: auto;
}

.index-view .form-bd-content h3 {
  margin-bottom: 36px;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
}

.index-view .cc-content {
  width: 100%;
}

.index-view .cc-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-view .cc-input input {
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  font-family: 'Montserrat';
}

.index-view .cc-input input:not(:last-child) {
  width: 695px;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
}

.index-view .cc-input input:last-child {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
}

.index-view .guinpu #attr_37 {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  font-family: 'Montserrat';
}

.index-view .guinpu #attr_38 {
  width: 100%;
  height: 203px;
  margin-bottom: 61px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  padding-top: 13px;
  font-family: 'Montserrat';

}

.index-view .guinpu .cc-b {
  width: 101px;
  height: 33px;
  border-radius: 40px;
  border: 1px solid #009173;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #009173;
  font-weight: 400;
  background: transparent;
  margin: auto;
  cursor: pointer;
  font-family: 'Montserrat';
}

@media screen and (min-width: 2000px) {
  .index-view .products-content {
    width: 2000px;
  }

  .index-view .products-cate {
    width: 1800px;
  }
}

@media screen and (max-width: 1440px) {
  .index-view .cc-input input:not(:last-child) {
    width: 49%;

  }

  .index-view .solus1 {
    font-size: 14px;
  }

  .index-view .solus2 {
    font-size: 22px;
  }

  .index-view .form-bd-content,
  .index-view .products-content,
  .index-view .solu-content,
  .index-view .lianx-content,
  .index-view .news-title,
  .index-view .products-cate {
    width: 1140px;

  }

  .index-view .banner .mySwiper a .banner-text {
    top: 20%;
  }

  .index-view .products-cate span {
    font-size: 13px;
  }

}

@media screen and (max-width: 1140px) {
  .index-view .banner .mySwiper a .banner-text {
    width: 90%;
  }
  .index-view .lianxi img {
width: 100%;
height: 100%;

object-position: 60%;
}
.index-view .news-title{
flex-direction: column;
}
.index-view .newst-left{
margin-bottom: 20px;
}
  .index-view .banner .swiper-pagination-bullet {
    width: 30px;
  }

  .index-view .cc-input input:not(:last-child) {

    font-size: 13px;
  }
.index-view .bslia-text{
display: none;
}
.index-view .guinpu #attr_37,
  .index-view .guinpu #attr_38 {
    font-size: 13px;
  }

  .index-view .guinpu #attr_38 {
    margin-bottom: 31px;
  }

  .index-view .guinpu .cc-b {
    margin-bottom: 20px;
  }

  .index-view .form-bd-content,
  .index-view .products-content,
  .index-view .solu-content,
  .index-view .lianx-content,
  .index-view .news-title,
  .index-view .products-cate {
    width: 95%;

  }
.index-view .news-title{
    flex-direction: column;
  }
  .index-view .newst-left{
    margin-bottom: 30px;
  }
  .index-view .newst-right button {
    margin-right: 5px;
  }

  .index-view .lianx-content {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .index-view .lianx-content a {
    margin: auto;
  }

  .index-view .lianx-content p {
    margin-bottom: 18px;
    width: 100%;
  }

  .index-view .mbanner {
    display: block !important;
  }

  .index-view .pbanner {
    display: none;
  }

  .index-view .products-cate span {

    width: 50%;
    padding-left: 0px;
    padding-bottom: 30px;

  }

  .index-view .product-datas .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: 12%;
    width: 30px;
    height: 30px;
  }

  .index-view .product-datas .swiper-button-next {
    bottom: 0;
    top: auto;
    right: 12%;
    width: 30px;
    height: 30px;
  }

  .index-view .products-cate {
    border: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .index-view .products-content .mySwiper img {
    width: 100%;
    height: 27vh;
    object-fit: cover;
  }

  .index-view .product-datas-bottom a {
    font-size: 13px;
    width: 161px;
    height: 28px;
  }

  .index-view .pcxian {
    display: none;
  }

  .index-view .smart-img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: 30%;
  }

  .index-view .form-bd {
    padding-bottom: 10px;
  }

  .index-view .smart-content h3 {
    font-size: 22px;
    line-height: 22px;

  }

  .index-view .smart-content {
    width: 80%;
  }

  .index-view .smart-content p {
    font-size: 15px;
    line-height: 15px;
  }

  .index-view .smart-content button {
    width: 121px;
    height: 28px;
    font-size: 13px;
    line-height: 13px;
  }

  .index-view .solu-item-d {
    width: 100% !important;
    margin-right: 0;
  }

  .index-view .solus2 {

    font-size: 18px !important;
    font-weight: bold !important;

  }

  .index-view .lianxi {
    height: 70vh;
  }

  .index-view .newst-right {
    width: 250px;
  }

  .index-view .news-flex {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .index-view .news-content .swiper-button-next {
    bottom: 30px;
    top: auto;
    left: auto;
    right: 30%;
  }

  .index-view .nh3t {
    height: 55px;
  }

  .index-view .news {
    padding-bottom: 100px;
  }

  .index-view .news-content .swiper-button-prev {
    bottom: 30px;
    top: auto;
    left: 30%;
    right: auto;
  }

}
/* boke */

.lblog-view .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lblog-view .banner {
  width: 100%;
  position: relative;
}

.lblog-view .banner img {
  width: 100%;
  height: 100%;
}

.lblog-view .banner-text {
  position: absolute;
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 55px;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Montserrat';
}

/* neirong */
.lblog-view .newst-right {
  width: 1400px;
  margin: 30px auto;
  display: flex;
  justify-content: flex-end;
}

.lblog-view .content {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 88px;
  background: #F5F5F7;
  position: relative;
}

.lblog-view .newst-right a {
  width: 157px;
  height: 36px;
  border: 1px solid #8D8D8D;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8D8D8D;
  border-radius: 50px;
  cursor: pointer;
  margin-left: 30px;
  font-family: 'Montserrat';
}

.lblog-view .hbl {
  border: 1px solid #009173 !important;
  color: #009173 !important;
}

/* blog-content */
.lblog-view .blog {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 116px;
  background: #F5F5F7;
}

.lblog-view .blog-content {
  width: 1400px;
  margin: auto;
}

.lblog-view .blog-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}

.lblog-view .blog-recom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lblog-view .bh3 {

  font-weight: bold;
  font-size: 46px;
  color: #000000;
  text-align: left;
  line-height: 56px;
  font-family: 'Montserrat';
}

.lblog-view .bhse {
  width: 328px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #707070;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  padding-left: 25px;
  font-family: 'Montserrat';

}

.lblog-view .rleone {
  display: inline-block;
  width: 1038px;
  height: 620px;
  border-radius: 16px;
  background: #FFFFFF;

}

.lblog-view .recom-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.lblog-view .recom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s;
}

.lblog-view .recom-text {
  width: 100%;
  height: 220px;
  box-sizing: border-box;
  padding: 28px 40px 25px 34px;
}

.lblog-view .reh3 {

  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 25px;
  font-family: 'Montserrat';
}

.lblog-view .rep {
  height: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #6B6B6B;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 28px;
  font-family: 'Montserrat';
}

.lblog-view .reicon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lblog-view .reicon span {

  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}

.lblog-view .reicon-img {
  width: 40px;
  height: 40px;
  position: relative;

}

.lblog-view .reicon-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lblog-view .reicon-img img:first-child {
  display: block;
}

.lblog-view .reicon-img img:last-child {
  display: none;
}

.lblog-view .rleone:hover .recom-img img {
  transform: scale(1.1);
}

.lblog-view .rleone:hover .reicon-img img:first-child {
  display: none;
}

.lblog-view .rleone:hover .reicon-img img:last-child {
  display: block;
}

.lblog-view .recom-right {
  width: 328px;
  height: 620px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  box-sizing: border-box;
  padding: 22px 16px 25px 16px;
}

.lblog-view .reh5 {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: left;
  line-height: 22px;
  margin-bottom: 14px;
  font-family: 'Montserrat';
}

.lblog-view .rexian {
  width: 100%;
  height: 0px;
  border: 1px solid #DEDEDE;
  margin-bottom: 18px;
}

.lblog-view .britem {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;

}

.lblog-view .britem-img {
  width: 118px;
  height: 90px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}

.lblog-view .britem-img img {
  width: 100%;
  height: 100%;
  background: #3C3D3D;
  border-radius: 6px 6px 6px 6px;
  object-fit: cover;
  transition: all 0.3s;
}

.lblog-view .britem-text {
  width: 164px;
  height: 90px;
}

.lblog-view .britem-text h5 {
  width: 100%;
  height: 63px;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 8px;
  font-family: 'Montserrat';
}

.lblog-view .britem-text span {
  font-weight: 400;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 16px;
  font-family: 'Montserrat';
}

.lblog-view .rericontent a:not(:last-child) {
  margin-bottom: 16px;
}

.lblog-view .britem:hover .britem-img img {
  transform: scale(1.1);
}

.lblog-view .britem:hover .britem-text h5 {
  color: #008068
}

/* data */
.lblog-view .blog-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 100px;
}

.lblog-view .bd-item {
  width: 445px;
  height: 528px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 32px;
}

.lblog-view .blog-data .bd-item:nth-child(3n + 2) {
  margin-left: 31px;
  margin-right: 31px;
}

.lblog-view .bdi-img {
  width: 100%;
  height: 286px;
  background: #3C3D3D;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}

.lblog-view .bdi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
  transition: all 0.3s;
}

.lblog-view .bdi-text {
  width: 100%;
  height: 242px;
  padding: 28px 28px 15px 28px;
  box-sizing: border-box;

}

.lblog-view .bdi-icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lblog-view .bdi-icon-img {
  position: relative;
  width: 40px;
  height: 40px;

}

.lblog-view .bdi-icon-img img {
  width: 100%;
  height: 100%;
}

.lblog-view .bdi-icon-img img:first-child {
  display: block;
}

.lblog-view .bdi-icon-img img:last-child {
  display: none;
}

.lblog-view .bdih3 {

  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  margin-bottom: 18px;
  height: 58px;
  overflow: hidden;
  font-family: 'Montserrat';
}

.lblog-view .bdip {
  height: 41px;
  font-weight: 400;
  font-size: 14px;
  color: #6B6B6B;
  line-height: 22px;
  text-align: left;
  margin-bottom: 38px;
  overflow: hidden;
  font-family: 'Montserrat';
}

.lblog-view .bdi-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lblog-view .bdi-icon span {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  font-family: 'Montserrat';
}

.lblog-view .bd-item:hover .bdi-img img {
  transform: scale(1.1);
}

.lblog-view .bd-item:hover .bdi-icon-img img:first-child {
  display: none;
}

.lblog-view .bd-item:hover .bdi-icon-img img:last-child {
  display: block;
}

.lblog-view .bd-item:hover .bdih3 {
  color: #008068;
}

.lblog-view .recom-left:hover .reh3 {
  color: #008068;
}

.lblog-view .blog-more {
  width: 236px;
  height: 46px;
  border-radius: 23px 23px 23px 23px;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #F5F5F7;
  font-family: 'Montserrat';
  cursor: pointer;
}

.lblog-view .rycl {
  display: none;
}

@media (max-width: 1440px) {
  .lblog-view .newst-right {
    width: 1140px;
  }

  .lblog-view .blog-content {
    width: 1140px;
    margin: auto;
  }


  .lblog-view .blog-recom {

    margin-bottom: 32px;
  }

  .lblog-view .bd-item {
    width: 31%;
    height: 428px;
  }

  .lblog-view .blog-data .bd-item:nth-child(3n + 2) {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }

  .lblog-view .bdi-img {
    height: 186px;
  }

  .lblog-view .rleone {
    width: 757px;
  }

  .lblog-view .rep {
    margin-bottom: 8px;
  }
}

@media (max-width:1140px) {
  .lblog-view .recom-img {
    height: auto;
  }

  .lblog-view .rep {
    height: 60px;
  }

  .lblog-view .blog {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .lblog-view .newst-right {
    width: 95%;
    justify-content: space-around;
  }

  .lblog-view .newst-right a {
    margin-left: 0;
  }

  .lblog-view .blog-content {
    width: 95%;
    margin: auto;
  }

  .lblog-view .recom-left {
    width: 100%;
  }

  .lblog-view .rleone {
    width: 100%;
    height: auto;
  }

  .lblog-view .ryc {
    display: none;
  }

  .lblog-view .rycl {
    display: block;
  }

  .lblog-view .blog-data {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .lblog-view .bd-item {
    width: 100%;
  }

  .lblog-view .blog-data .bd-item:nth-child(3n + 2) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lblog-view .bh3 {
    font-size: 26px;
    line-height: 26px;
  }

  .lblog-view .blog-search {
    flex-direction: column;
    justify-content: flex-start;
  }

  .lblog-view .bh3 {
    margin: auto;
    padding-bottom: 40px;
  }

  .lblog-view .bhse {
    margin: auto;
  }

  .lblog-view .recom-text {
    padding: 10px 5px 16px 8px;
        height: 100%;
  }

  .lblog-view .reh3 {
    font-size: 18px;
    line-height: 18px;
  }

  .lblog-view .bdi-text {
    padding: 10px 5px 16px 8px;
  }

  .lblog-view .recom-right {
    width: 100%;
    margin-top: 60px;
  }

  .lblog-view .britem-img {
    width: 39%;
  }

  .lblog-view .britem-text {
    width: 61%;
    padding-left: 10px;
  }
}
/* zhanhui */

.zhanhui-view  .event {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}

.zhanhui-view  .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.zhanhui-view  .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zhanhui-view  .banner-text {
  position: absolute;
  top: 0;
  left: 0;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhanhui-view  .banner .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border-radius: 16px;
}

.zhanhui-view  .banner .swiper-pagination-bullet-active {
  background: #FFFFFF;
}



.zhanhui-view  .bh31 {
  color: #000000;
  font-weight: bold;
  font-size: 55px;
  text-align: center;
  line-height: 55px;
  width: 100%;
  z-index: 9;
  font-family: 'Montserrat';
}



.zhanhui-view  .content {
  width: 964PX;
  margin: 50px auto 75px auto;
}

.zhanhui-view  .ev-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zhanhui-view  .ev-bottom {
  width: 265px;
  height: auto;

}

.zhanhui-view  .ev-bottom img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.zhanhui-view  .ev-top {
  width: 663px;
}

.zhanhui-view  .ev-top h3 {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Montserrat';
}

.zhanhui-view  .ev-top p {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 35px;
  font-family: 'Montserrat';
}

.zhanhui-view  .ev-span {
  padding-bottom: 15px;
}

.zhanhui-view  .ev-span span {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 400;
  font-family: 'Montserrat';
  margin-right: 35px;
}

.zhanhui-view  .evitem {
  width: 100%;
  margin-bottom: 45px;
  border-bottom: 1px solid #707070;
}

@media (max-width: 1440px) {
  


}

@media (max-width:1140px) {
  
  .zhanhui-view  .ev-flex{
    display: block;
  }
  
  .zhanhui-view  .ev-bottom{
    width:80%;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
  }
  .zhanhui-view  .bp1 {
    margin-bottom: 30px;
  }

  .zhanhui-view  .bha {
    height: 28px;
    font-size: 13px;
  }

  .zhanhui-view  .banner img {
    height: 60vh;
  }

  .zhanhui-view  .content {
    width: 95%;
  }

  .zhanhui-view  .ev-top {
    width: 100%;
    padding-right: 10px;
  }

 

  .zhanhui-view  .ev-top p {
    font-size: 13px !important;
    margin-bottom: 15px;
  }

  .zhanhui-view  .ev-span span {
    margin-right: 0;
    margin-bottom: 15px;
    display: inline-block;
    width: 50%;
  }


  .zhanhui-view  .ev-span {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    white-space: nowrap;

  }
}
/* xinwen */

.lnews-view  #news-div {
  width: 100%;
  position: relative;
  overflow: hidden;

}

.lnews-view .banner {
  width: 100%;
  position: relative;
  line-height: 0;
}

.lnews-view .banner img {
  width: 100%;
  height: 100%;
}

.lnews-view .banner-text {
  position: absolute;
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 55px;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Montserrat';
}

/* neirong */
.lnews-view .newst-right{
  width: 1400px;
margin: 30px auto;
display: flex;
justify-content: flex-end;
}
.lnews-view .content {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 88px;
  background: #F5F5F7;
  position: relative;
}

.lnews-view .newst-right a {
  width: 157px;
  height: 36px;
  border: 1px solid #8D8D8D;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8D8D8D;
  border-radius: 50px;
  cursor: pointer;
  margin-left: 30px;
  font-family: 'Montserrat';
}

.lnews-view .hbl {
  border: 1px solid #009173 !important;
  color: #009173 !important;
}

.lnews-view .content-data {
  width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

}

.lnews-view .content-data a:nth-child(3n+2) {
  margin-left: 31px;
  margin-right: 31px;
}

.lnews-view .item1 a:nth-child(3n + 4) {
  margin-left: 31px;
  margin-right: 31px;
}

.lnews-view .item1 a:nth-child(3n + 2) {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.lnews-view .item1 a:first-child {
  width: 923px !important;
  height: 512px !important;
  position: relative;
  border-radius: 16px;
  margin-right: 31px;
  overflow: hidden;
  display: inline-block;

}

.lnews-view .item1 a:first-child .top-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 23%, rgba(0, 0, 0, 0.49) 48%, rgba(0, 0, 0, 0.74) 74%, #000000 100%);
}

.lnews-view .item1 a:first-child .top-img,
.lnews-view .item1 a:first-child .content-item {
  width: 100% !important;
  height: 100% !important;
}

.lnews-view .item1 a:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 16px !important;
}



.lnews-view .item1 a:first-child .bottom-text h5 {
  font-size: 26px !important;
  color: #FFFFFF !important;
  line-height: 36px !important;
  margin-bottom: 18px !important;
  height: auto !important;
}

.lnews-view .item1 a:first-child .bottom-time {
  margin-bottom: 0px;
}

.lnews-view .item1 a:first-child .bottom-time span {

  font-weight: 300 !important;
  font-size: 16px !important;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 27px !important;
}

.lnews-view .item1 .button-more {
  width: 105px;
  height: 30px;
  background: #008068;
  border-radius: 32px 32px 32px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  border: none;
  font-family: 'Montserrat';

}

.lnews-view .content-data a {
  display: inline-block;
  width: 446px;
  height: 512px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 32px;
}


.lnews-view .item1 a:first-child .bottom-text {
  background: none !important;
  position: absolute;
  left: 25px;
  bottom: 26px;
  height: auto;
  width: auto;
}

.lnews-view .content-data a .bottom-text {
  width: 100%;
  height: 244px;
  background: #FFFFFF;
  padding: 31px 19px 0px 19px;
  border-radius: 0px 0px 16px 16px;


}

.lnews-view .content-data a .top-img {
  width: 446px;
  height: 268px;
  background: #3C3D3D;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
	line-height: 0;
}

.lnews-view .content-data a .top-img img {
  width: 446px;
  height: 268px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;

}

.lnews-view .content-data a .bottom-text h5 {


  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  margin-bottom: 26px;
  word-wrap: break-word;
  height: 72px;
  overflow: hidden;
  font-family: 'Montserrat';
}

.lnews-view .content-data a .bottom-time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.lnews-view .content-data a .bottom-time span {

  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  opacity: 0.7;
  font-family: 'Montserrat';


}

.lnews-view .content-data a .bottom-time img {
  opacity: 0.5;
}

.lnews-view .content-data a .button-more {
  width: 105px;
  height: 30px;
  background: #008068;
  border-radius: 32px 32px 32px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  border: none;
}

/* fenye */
.lnews-view  #pageGro {
  width: 100%;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: center;

}

.lnews-view  #pageGro div,
.lnews-view  #pageGro div ul li {
  font-size: 10px;
  color: #999;
  line-height: 10px;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  font-family: 'Montserrat';

}

.lnews-view  #pageGro div ul li {
  width: 44px;
  height: 44px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #DCDCDE;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

}

.lnews-view  #pageGro div ul li.on {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}

.lnews-view  #pageGro .pageUp,
.lnews-view  #pageGro .pageDown {
  width: 44px;
  height: 44px;
  text-indent: 5px;
  border: 1px solid #999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 10px 10px;
}

.lnews-view .pageList ul {
  margin: 0;
}

/* newskd */
.lnews-view .content-data a {
  overflow: hidden;
}

.lnews-view .content-item img {
  transition: all 0.3s;
}

.lnews-view .content-item:hover img {
  transform: scale(1.1);
}

.lnews-view .content-item:hover .bottom-text h5 {
  color: #008068;
}

/* newskd end*/
@media (max-width: 1440px) {
  .lnews-view .newst-right{
    width: 1140px;
  }
  .lnews-view .content-data {

    transform-origin: top center;
    position: relative;
    left: 50%;
    transform: scale(0.88) translateX(-57%);
  }

  .lnews-view .content {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .lnews-view  #pageGro {
    margin: 0;
    bottom: 70px;
    position: absolute;
  }


}

@media (max-width:1140px) {
  .lnews-view .newst-right {
    width: 95%;
    justify-content: space-around;
}
.lnews-view .newst-right a{
  margin-left: 0;
}
  .lnews-view .item1 a:first-child .top-img::after {
    background: none;
  }

  .lnews-view .content-data {
    width: 90%;
    margin: auto;
    left: 0;
    transform: none;
    flex-direction: column;
  }

  .lnews-view .content-data a,
  .lnews-view .top-img,
  .lnews-view .top-img img,
  .lnews-view .item1 a:first-child,
  .lnews-view .content-data a .bottom-text {
    width: 100% !important;
    height: auto !important;
  }

  .lnews-view .item1 a:nth-child(3n + 4),
  .lnews-view .content-data a:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }

  .lnews-view .item1 a:first-child .bottom-text {
    position: relative;
    margin-right: 0px;
    left: auto;
    bottom: auto;
    padding-bottom: 5px;
  }

  .lnews-view .item1 a:first-child .bottom-text h5 {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000 !important;
    height: 40px !important;
  }

  .lnews-view .item1 a:first-child .bottom-time span {
    color: #000000 !important;
  }

  .lnews-view .content-data a .bottom-text h5 {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 18px;
  }

  .lnews-view .content-data a .button-more {
    margin-bottom: 20px !important;
  }

  .lnews-view .content-data a .bottom-time {
    margin-bottom: 27px;
  }

  .lnews-view .item1 a:first-child img {
    border-radius: 16px 16px 0 0 !important;
  }

  .lnews-view .item1 a:first-child {
    margin-right: 0px !important;
  }

  .lnews-view #pageGro {
    position: relative;
    bottom: 0;
  }
}
/* lianxi */

.contact-view  .us {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-view  .us-content{
width: 100%;
  height: 100%;
  position: relative;
}
.contact-view  .contact {
  width: 100%;
  height: 100%;
  position: relative;


  padding-top: 40vh;
  padding-bottom: 48px;

}

.contact-view  .content-title {

  width: 1400px;
  text-align: left;
  margin: auto;
}

.contact-view  .content-title h3 {
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Montserrat';
}

.contact-view  .content-title p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'Montserrat';
}

.contact-view  .content-content {
  padding-top: 334px;
  width: 1400px;
  margin: auto;


}

.contact-view  .form-bd-content {
  width: 100%;
}

.contact-view  .cc-input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-view  .guestbook input {
  width: 31%;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #FFFFFF;
  height: 30px;
  border-radius: 10px;
  padding-left: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 200;
  font-family: 'Montserrat';

}

.contact-view  .guestbook input::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 200;
  font-family: 'Montserrat';
}

.contact-view  .cc-content select {
  width: 100%;
  height: 60px;
  height: 30px;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding-left: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 200;
  font-family: 'Montserrat';
}

.contact-view  .cc-content select::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 200;
  font-family: 'Montserrat';
}

.contact-view  .cc-content select option {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 200;
  font-family: 'Montserrat';
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-view  .guestbooks textarea {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding-left: 7px;
  padding-top: 7px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 200;
  font-family: 'Montserrat';
}

.contact-view  .guestbooks textarea::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 200;
  font-family: 'Montserrat';
}

.contact-view  input:focus,
.contact-view  select:focus,
.contact-view  textarea:focus {
  border: 1px solid #FFFFFF;
  outline: none;
}

.contact-view  .cc-content button {
  width: 100%;
  height: 33px;
  background: #009173;
  border-radius: 50px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat';
}

.contact-view  .us-text {
  width: 100%;
  padding-top: 92px;
  padding-bottom: 92px;
  position: relative;
}

.contact-view  .us-text h3 {
  font-weight: 300;
  color: #000000;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  transform: translateY(239px);
  transition: all 0.3s;
  font-family: 'Montserrat';
}

@media (max-width: 1440px) {

  .contact-view  .content-title,
  .contact-view  .content-content {
    width: 1140px;

  }
  .contact-view  .content-content{
    padding-top: 30vh;
  }
}

@media (max-width:1140px) {


  .contact-view  .content-title,
  .contact-view  .content-content {
    width: 95%;

  }

  .contact-view  .cc-content textarea {
    height: 150px;
  }

  .contact-view  .contact {
  
    background-size: 0 !important;
  }
  .contact-view  .us-content{
    background-size: cover !important;
  }


  .contact-view  .content-content {
    padding-top: 50px;
  }

  .contact-view  .guestbook input {
    width: 100%;
    font-size: 13px;
  }

  .contact-view  .us-text h3 {
    transform: translateY(0px) !important;
  }

  .contact-view  .us-text {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
/* hangye */

.lhangye-view  .app {
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFFFFF;
}

.lhangye-view  .banner {
  width: 100%;
  position: relative;
  line-height: 0;
}

.lhangye-view  .banner-h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #F7F7F7;
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
  line-height: 55px;
  width: 100%;
  font-family: 'Montserrat';
}

.lhangye-view  .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}

.lhangye-view  .app-content {
  width: 1400px;
  margin: auto;
}

.lhangye-view  .app-text h3 {
  margin-top: 84px;
  margin-bottom: 72px;
  font-size: 55px;
  line-height: 55px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat';
}

.lhangye-view  .app-text p {
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Montserrat';
}

.lhangye-view  .app-icon {
  margin-top: 86px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 94px;
}

.lhangye-view  .app-icon-item {
  width: 445px;
height: 361px;
background: #F5F5F5;
border-radius: 10px 10px 10px 10px;
padding: 30px 21px 0px 22px;
text-align: center;
}

.lhangye-view  .app-icon-item img {
  width: 72px;
  height: 72px;
  margin-bottom: 36px;
}

.lhangye-view  .app-icon-item h5 {

  font-weight: 400;
  font-size: 40px;
  color: #009173;
  line-height: 40px;
  margin-bottom: 40px;
  font-family: 'Montserrat';
}

.lhangye-view  .app-icon-item p {

  font-weight: 300;
  font-size: 17px;
  color: #000000;
  line-height: 21px;
  font-family: 'Montserrat';
}

.lhangye-view  .app-type {
  width: 100%;
  position: relative;
  height: 750px;
  margin-bottom: 88px;
}

.lhangye-view  .app-type-header {
  width: 394px;
  height: 100%;
  background: linear-gradient(to RIGHT, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px 10px 10px 10px;
  padding: 92px 84px 92px 84px;
  z-index: 8;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lhangye-view  .app-type-header-item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.lhangye-view  .appspan1 {

  padding-left: 70px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  font-family: 'Montserrat';

}

.lhangye-view  .app-type-header-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 5px;
  width: 1px;
  height: calc(100% - 8px);
  background: #FFFFFF;
}

.lhangye-view  .appspan2 {
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
  border-radius: 50%;
}

.lhangye-view  .atshow .appspan1 {
  color: rgba(255, 255, 255, 1) !important;
}

.lhangye-view  .atshow .appspan2 {
  background: #FFFFFF;
}

.lhangye-view  .app-type-img {
  width: 100%;
  height: 100%;
  z-index: 7;
  position: relative;

}

.lhangye-view  .app-type-img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 10px;
  overflow: hidden;
}

.lhangye-view  .aishow {
  display: block !important;
}

.lhangye-view  .app-type-img-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.lhangye-view  .app-type-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lhangye-view  .app-type-img h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 77px;
  margin-bottom: 58px;
}

.lhangye-view  .app-type-img p {
  margin-bottom: 86px;
  height: 62px;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 31px;
  font-family: 'Montserrat';

}

.lhangye-view  .app-type-img button {
  width: 116px;
  height: 29px;
  background: #009173;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  border: 1px solid #009173;
  margin: auto;
  cursor: pointer;
  font-family: 'Montserrat';
}

.lhangye-view  .app-type-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 538px;
  text-align: center;
  height: auto;
  transform: translate(-50%, -50%);
}

.lhangye-view  .tai {
  width: 100%;
  height: 296px;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lhangye-view  .tai h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 22px;
}

.lhangye-view  .tai a {
  font-family: 'Montserrat';
  width: 287px;
  height: 43px;
  background: #009173;
  border-radius: 10px;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #009173;
  font-weight: 300;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 31px;

}

@media (max-width: 1440px) {
  .lhangye-view  .app-content {
    width: 1140px;

  }

  .lhangye-view  .app-icon {
    justify-content: space-around;
    margin-top: 36px;
    margin-bottom: 94px;
  }

  .lhangye-view  .app-text h3 {
    font-size: 35px;
    margin-top: 54px;
margin-bottom: 42px;
  }

  .lhangye-view  .app-type-img h3 {
    margin-bottom: 28px;
  }

  .lhangye-view  .app-type-img p {
    margin-bottom: 40px;
  }

  .lhangye-view  .app-type {
    height: 75vh;
    margin-bottom: 70px;
  }

  .lhangye-view  .app-icon-item img {
    width: 72px;
    height: 72px;
  }

  .lhangye-view  .app-icon-item {
    width: 345px;
    height: 361px;
    padding: 20px;
  }

  .lhangye-view  .app-type-header {
    padding: 20px 0px 0 40px;
    width: 324px;

  }



  .lhangye-view  .appspan1 {
    padding-left: 30px;
  }

  .lhangye-view  .app-text p {
    font-size: 18px;

    margin-bottom: 20px;
  }
}

@media (max-width:1140px) {
  .lhangye-view  .app-type-header-item:not(:last-child)::after{
    display: none;
  }
  .lhangye-view  .app-icon{
    margin-bottom: 44px;
  }
  .lhangye-view  .banner{
    height: 60vh;
  }
  .lhangye-view  .app-type-header{
    position: relative;
    background: none;
    width: 100%;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: row;
flex-wrap: wrap;
gap: 10px; 
  }
  .lhangye-view  .app-content {
    width: 95%;

  }

  .lhangye-view  .app-type-img-item a {
    height: 50vh;
  }

  .lhangye-view  .app-type-img h3 {
    margin-bottom: 28px;
  }

  .lhangye-view  .app-type-img p {
    margin-bottom: 38px;
  }

  .lhangye-view  .app-icon {
    flex-direction: column;
  }

  .lhangye-view  .app-icon-item {
    margin: 10px auto;
  }

  .lhangye-view  .app-icon-item h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .lhangye-view  .app-icon-item {
            height: 100%;
  }

  .lhangye-view  .appspan1 {
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    padding-left: 0;
  }

  .lhangye-view  .app-type-img-text {
    width: 80%;
    
  }

  



  .lhangye-view  .app-type-header-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .lhangye-view  .app-type-header-item {
    width: 30%;
    height: 100%;
    box-sizing: border-box;
  }

  .lhangye-view  .appspan2 {
    padding-right: 20px;
    color: #009173 !important;
    display: none;
  }

  .lhangye-view  .atshow .appspan1,
  .lhangye-view  .atshow .appspan2 {
    color: #009173 !important;
  }

  .lhangye-view  .app-type {
    margin-bottom: 38px;
    height: auto;
  }
  .lhangye-view  .app-type-img{
    height: 50vh;
  }

  .lhangye-view  .tai h3 {
    text-align: center;
  }
}
/* qiege */

.qiege-view  .app {
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFFFFF;
}

.qiege-view  .banner {
  width: 100%;
  position: relative;
  line-height: 0;
}

.qiege-view  .banner-h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #F7F7F7;
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
  line-height: 55px;
  width: 100%;
  font-family: 'Montserrat';

}

.qiege-view  .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}

.qiege-view  .khtext {
  width: 100%;
  padding-bottom: 47px;
  position: relative;
  padding-top: 69px;
}

.qiege-view  .khtext {
  border-bottom: 1px solid #707070;
  text-align: center;
}

.qiege-view  .khtext h3 {

  font-weight: 400;
  font-size: 55px;
  color: #000000;
  line-height: 91px;
  font-family: 'Montserrat';
  text-align: center;
}

.qiege-view  .khh3 {
  margin-bottom: 61px;
}

.qiege-view  .khtext p {

  font-weight: 300;
  font-size: 20px;
  color: #000000;
  line-height: 41px;
  font-family: 'Montserrat';
  text-align: center;
}

.qiege-view  .khtext img {
  width: 45px;
  height: 30px;
  margin-top: 62px;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.qiege-view  .khcontent h3 {

  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 52px;
  text-align: center;
  font-family: 'Montserrat';
}

.qiege-view  .khcontent {
  width: 1400px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-top: 78px;
}

.qiege-view  .khlb {
  width: calc(100% - 104px);
  position: relative;
  overflow: hidden;
  margin: 79px auto 90px auto;
  padding: 0 2px 0 2px;
}

.qiege-view  .khlb .khlba {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;

}

.qiege-view  .khlba-top {
  width: 100%;
  height: 428px;
  border-radius: 10px;
  position: relative;
  z-index: 7;
}

.qiege-view  .khlb-top img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qiege-view  .khlb-bottom {
  width: 100%;
  height: 210px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 10px 10px;
  padding: 28px 33px 0 33px;
  margin-top: -20px;
  position: relative;
  z-index: 8;
}

.qiege-view  .khlb-bottom h5 {
  margin-bottom: 21px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #009173;
  line-height: 21px;
  padding: 4px 12px 5px 12px;
  background: #F5F5F5;
  border-radius: 10px;
  font-family: 'Montserrat';
}

.qiege-view  .khlb-bottom p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-align: left;

}

.qiege-view .khcontent .swiper-button-prev:after,
.qiege-view  .khcontent .swiper-rtl .swiper-button-next:after {
  content: '<';
  font-size: 20px;
  font-weight: bold;
}

.qiege-view .khcontent .swiper-button-next:after,
.qiege-view  .khcontent .swiper-rtl .swiper-button-prev:after {
  content: '>';
  font-size: 20px;
  font-weight: bold;
}

.qiege-view .khcontent .swiper-button-prev,
.qiege-view  .khcontent .swiper-button-next {
  position: absolute;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  border: 1px solid #9A9A9A;
  border-radius: 50%;
  background: #9A9A9A;

}

.qiege-view  .khsearch {
  width: 100%;
  height: 100%;
  padding-top: 89px;
  padding-bottom: 89px;
  background: #F5F5F5;
}

.qiege-view  .khsearch h3 {
  text-align: center;
  margin-bottom: 26px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 40px;

}

.qiege-view  .search-input {
  width: 740px;
  height: 69px;
  background: #FFFFFF;
  border: none;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.qiege-view  .search-input input {
  width: 100%;
  height: 100%;
  padding-left: 35px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  font-weight: 300;
  font-size: 17px;
  color: #000000;
  line-height: 31px;
  border-radius: 5px 5px 5px 5px;
  font-family: 'Montserrat';

}

.qiege-view  .search-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: #009173;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qiege-view  .search-img img {
  width: 50%;
  height: auto;
}

.qiege-view  .khdata {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: none;
}

.qiege-view  .khdata-content .khlba {
  width: 31%;
  height: 100%;
  background: #FFFFFF;
  margin-bottom: 30px;
}

.qiege-view  .khdata-content .khlba:nth-child(3n + 2) {
  margin-left: 31px;
  margin-right: 31px;
}

.qiege-view  .khdata-content {
  width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 121px;
  padding-bottom: 70px;
}

.qiege-view  .khlb-top {
  width: 100%;
  height: 428px;
}

.qiege-view  .khcontent .swiper-container {
  width: 100%;
}

@media (max-width: 1440px) {

  .qiege-view .khcontent,
  .qiege-view  .khdata-content {
    width: 1140px;

  }
  .qiege-view  .khtext img{
    margin-top:62px
  }
  .qiege-view  .khdata-content{
    padding-top: 35px;
padding-bottom: 49px;
  }
  .qiege-view  .khtext h3 {
    line-height: 51px;
    font-size: 35px;
  }
  .qiege-view  .khlb{
    margin: 49px auto;
  }
  .qiege-view  .khlb-top {
    height: 328px;
  }

  .qiege-view  .khlb-bottom {
    padding: 8px 13px 0 13px;
  }

  .qiege-view  .khlb-bottom {
    height: 150px;
  }

  .qiege-view  .khlb-bottom p {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width:1140px) {
  .qiege-view  .banner {
    height: 60vh;
  }

  .qiege-view  .khlb {
    padding: 0;
    margin: 15px 0px;
    width: 100%;
  }
  .qiege-view  .khtext{
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .qiege-view  .search-input input {
    padding-left: 5px;
    font-size: 13px;
    line-height: 13px;
  }

  .qiege-view .khcontent,
  .qiege-view  .khdata-content {
    width: 95%;

  }

  .qiege-view  .search-input {
    width: 95%;
  }

  .qiege-view  .khdata-content {
    flex-direction: column;
  }

  .qiege-view  .khdata-content .khlba {
    width: 100%;
  }

  .qiege-view  .khdata-content .khlba:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: 0;
  }

  .qiege-view  .swiper-slide {
    width: 100% !important;
  }

  .qiege-view  .khdata-content {
    margin-top: 30px;
  }
}
/* shipin */

.lvideo-view  .banner {
  width: 100%;
  position: relative;
}

.lvideo-view  .banner-h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
  line-height: 55px;
  width: 100%;

}

.lvideo-view  .banner img {
  width: 100%;
  line-height: 0;
}



.lvideo-view  .viedeo-content {
  width: 100%;
  background: #F5F5F5;

  padding-bottom: 79px;

}

.lvideo-view  .v-content {
  width: 100%;
  margin: auto;

}

.lvideo-view  .v-tt {
  width: 100%;
  background: #FFFFFF;
  height: 93px;
  margin-bottom: 70px;
}

.lvideo-view  .video-type {
  width: 1400px;
  height: 100%;
  margin: auto;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;

}

.lvideo-view  .pv-if {
  width: 801px;
  height: 486px;
}

.lvideo-view  .pv-if iframe {
  width: 100%;
  height: 100%;
}

.lvideo-view  .video-type>div {

  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lvideo-view  .video-type>div:not(:last-child) {
  margin-right: 117px;
}

.lvideo-view  .video-items {
  display: none;
}

.lvideo-view  .video-flex-content {
  width: 100%;
  background: #F5F5F7;
}

.lvideo-view  .video-flex {
  width: 1400px;
  margin: auto;

}

.lvideo-view  .videoh3 {

  cursor: pointer;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #A0A4A7;
  line-height: 20px;
  text-align: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: none;
  font-family: 'Montserrat';
}

.lvideo-view  .vtype2-h3 {

  line-height: 32px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  margin-bottom: 38px;
}

.lvideo-view  .videoh3-show .videoh3 {
  color: #000000;
  font-weight: bold;
}

.lvideo-view  .videoh3-show {
  border-bottom: 2px solid #000000;
}

/* .video-type>div:nth-child(1):after {
  content: '';
  width: 1px;
  height: 33px;
  background: #CCCCCC;
  position: absolute;
  top: 27px;
  right: 0;

}

.lvideo-view  .video-type>div:nth-child(2):after {
  content: '';
  width: 1px;
  height: 33px;
  background: #CCCCCC;
  position: absolute;
  top: 27px;
  right: 0;

} */



.lvideo-view  .v-ite {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}


.lvideo-view  .vvv-item {
  width: calc(33.33% - 28px);
  position: relative;
  margin-bottom: 57px;
  border-radius: 16px;
  line-height: 0;

}

.lvideo-view  .vvv-item img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  object-fit: cover;
}

.lvideo-view  .vvv-bottom {
  width: 100%;
  height: 92px;

  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 16px 16px;

  padding: 19px 32px 21px 32px;

}

.lvideo-view  .vtype2 {
  margin-bottom: 33px;
}

.lvideo-view  .bofang {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.lvideo-view  .vvv-item:nth-child(3n-1) {
  margin-left: 28px;
  margin-right: 28px;
}

.lvideo-view  .pv-if {

  display: none;
}

.lvideo-view  .site-footer {
  margin-top: 0;
}

.lvideo-view  .vvv-bottom p {

  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  font-family: 'Montserrat';
}

@media (max-width: 1440px) {

  .lvideo-view .video-type,
  .lvideo-view  .video-flex {
    width: 1140px;
  }

  .lvideo-view  .videoh3 {
    font-size: 18px;
  }

  .lvideo-view  .vtype2-h3 {
    font-size: 20px;
  }

  .lvideo-view  .vvv-bottom p {
    font-size: 15px;
  }
}

@media (max-width:1140px) {
  .lvideo-view  .pv-if {
    width: 95%;
    height: auto;
  }

	.lvideo-view  .video-type,
  .lvideo-view  .video-flex {
    width: 100%;
  }

  .lvideo-view  .video-type>div:not(:last-child) {
    margin-right: 0px;
  }

  .lvideo-view  .video-type {
    display: flex;
    flex-wrap: wrap;
  }

  .lvideo-view  .video-type div {
    width: 50%;
    height: 50px;
  }

  .lvideo-view  .v-tt {
    height: 100%;
  }

  .lvideo-view  .videoh3 {
    font-size: 12px !important;
  }

  .lvideo-view  .v-ite {
    flex-direction: column;
  }

  .lvideo-view  .vvv-item {
    width: 90%;
    margin: 0 auto 30px auto;
  }

  .lvideo-view  .vvv-item:nth-child(3n-1) {
    margin-left: auto;
    margin-right: auto;
  }

  .lvideo-view  .vtype2-h3 {

    padding-left: 5%;
  }
}
/* jishu */

.ljs-view .tech {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ljs-view .banner {
  width: 100%;
  position: relative;
  height: 100vh;
  line-height: 0;
}

.ljs-view .banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.ljs-view .tech-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.ljs-view .banner-h3 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  color: #F7F7F7;
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
  line-height: 55px;
  width: 100%;
  z-index: 9;
  font-family: 'Montserrat';

}

.ljs-view .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}

.ljs-view .tech-item {
  width: 100%;
  height: 100vh;
  line-height: 0;
  position: relative;

}

.ljs-view .tech-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ljs-view .tech-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ljs-view .tech-item-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  z-index: 9;
}

.ljs-view .tech-item-text h3 {
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Montserrat';
  opacity: 0;
  transform: translateY(70px);
}

.ljs-view .tech-item-text p {
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 38px;
  font-family: 'Montserrat';
  opacity: 0;
  transform: translateY(70px);
}

.ljs-view .tech-item-text div {
  font-size: 17px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 79px;
  font-family: 'Montserrat';
  opacity: 0;
  transform: translateY(70px);
}

.ljs-view .tech-item-text button {

  width: 128px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  background: transparent;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 300;
  border-radius: 50px;
  margin: auto;
  cursor: pointer;
  font-family: 'Montserrat';
  opacity: 0;
  transform: translateY(70px);
}

.ljs-view .md-item-text-animation .tech-item-text p,
.ljs-view .md-item-text-animation .tech-item-text h3,
.ljs-view .md-item-text-animation .tech-item-text div,
.ljs-view .md-item-text-animation .tech-item-text button {
  animation: identifier 0.7s linear forwards;
}

@keyframes identifier {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media (max-width: 1440px) {}

@media (max-width:1140px) {
  .ljs-view .banner {
    height: auto;
  }
  .ljs-view .banner img{
    height: 60vh;
  }
  .ljs-view .tech-item img {
    height: 100vh;
  }

  .ljs-view .tech-item-text {
    width: 90%;
  }

  .ljs-view .tech-item-text div {
    font-size: 13px;
  }

  .ljs-view .tech-item {

    height: 65vh;


  }

  .ljs-view .tech-item-text div {
    margin-bottom: 39px;
  }
}
/* chanpin */

.lpro-view .product {
  width: 100%;
  background: #FFFFFF;
}

.lpro-view .pdocut-banner {
  width: 100%;
  position: relative;
}

.lpro-view .mpbanner {
  display: none;
}

.lpro-view .pdocut-banner .swiper-pagination-bullet {

  width: 50px;
  height: 5px;
  border-radius: 16px;
}

.lpro-view .pdocut-banner .swiper-pagination-bullet-active {

  background: #FFFFFF;
}

.lpro-view .pdocut-banner img {
  width: 100%;
}

.lpro-view .product-banner-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.lpro-view .product-banner-text h3 {
  margin-bottom: 11px;
  font-size: 55px;
  line-height: 55px;
  color: #F7F7F7;
  font-weight: bold;
  font-family: 'Montserrat';
}

.lpro-view .product-banner-span {
  display: flex;
  justify-content: center;
  position: relative;
}

.lpro-view .product-banner-span span {
  font-size: 20px;
  color: #F7F7F7;
  font-weight: 300;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
  font-family: 'Montserrat';
}

.lpro-view .product-banner-span span:not(:last-child)::after {
  content: '';
  position: absolute;

  right: 0;
  width: 2px;
  height: 80%;
  color: #F7F7F7;
  background: #F7F7F7;
  border: #F7F7F7;
  bottom: 8%;

}

.lpro-view .plist-content {
  width: 1400px;
  margin: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.lpro-view .pch3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
  margin-bottom: 47px;
  font-family: 'Montserrat';
}

.lpro-view .pctype {
  display: flex;
  margin-bottom: 77px;
}

.lpro-view .pctype span:not(:last-child) {
  margin-right: 30px;
}

.lpro-view .pctype span {
  font-size: 15px;
  color: #5D5D5D;
  font-weight: 500;
  padding-bottom: 13px;
  position: relative;
  cursor: pointer;
  font-family: 'Montserrat';
}

.lpro-view .pxz {
  color: #009173 !important;
}

.lpro-view .pxz::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #009173;
  width: 100%;
  height: 3px;
}

.lpro-view .plitem {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.lpro-view .plitem-left {
  width: 39%;
  padding-top: 30px;
  padding-bottom: 35px;
}

.lpro-view .plitem-left h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
  font-family: 'Montserrat';
}

.lpro-view .plitem-left p {
  font-size: 20px;
  font-weight: 400;
  color: #009173;
  line-height: normal;
  margin-bottom: 47px;
  font-family: 'Montserrat';
}

.lpro-view .plitem-left-button {
  display: flex;
  margin-bottom: 75px;

}

.lpro-view .plba1 {
  margin-right: 30px;
  width: 121px;
  height: 38px;
  border-radius: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #000000;
  font-family: 'Montserrat';
}

.lpro-view .plba2 {
  margin-right: 30px;
  width: 121px;
  height: 38px;
  background: #009173;
  border-radius: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Montserrat';
}

.lpro-view .plitem-left-input {
  display: flex;
  align-items: center;

}

.lpro-view .plcount {
  width: 100%;
}

.lpro-view .plcontent {
  width: 100%;
  display: none;
}

.lpro-view .plcontent-show {
  display: block !important;
}

.lpro-view .plitem-left-radio {
  width: 20px;
  height: 20px;
  border: 1px solid #009173;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lpro-view .plison {
  width: 13px;
  height: 13px;
  background: #009173;
  display: none;
  font-family: 'Montserrat';
}

.lpro-view .plison-show {
  display: block !important;
}

.lpro-view .plitem-left-input-span {
  font-size: 16px;
  color: #009173;
  font-family: 'Montserrat';
}

.lpro-view .plitem-right {

  width: 61%;
  height: 100%;
}

.lpro-view .plitem-right a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.lpro-view .plitem-right a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lpro-view .plitem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5D5D5D;
}

.lpro-view .plitem:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5D5D5D;
}

/* duib */
.lpro-view .duib {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: -100px;
  left: 0px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  z-index: 999;
}

.lpro-view .duib-show {
  bottom: 0px
}

.lpro-view .dl-item h6 {
  font-size: 20px;
  color: #5D5D5D;
  font-weight: 600;
  margin-right: 30px;
  font-family: 'Montserrat';
}

.lpro-view .dl-item span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #5D5D5D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #5D5D5D;
  font-weight: 400;
  cursor: pointer;

}

.lpro-view .dl-item {
  display: flex;
  align-items: center
}

.lpro-view .drb1 {
  width: 149px;
  height: 41px;
  border-radius: 10px;
  font-size: 15px;
  color: #5D5D5D;
  border: 1px solid #5D5D5D;
  cursor: pointer;
  font-family: 'Montserrat';
}

.lpro-view .drb2 {
  width: 149px;
  height: 41px;
  border-radius: 10px;
  font-size: 15px;
  color: #5D5D5D;
  border: 1px solid #5D5D5D;
  cursor: pointer;
  font-family: 'Montserrat';
}

.lpro-view .duib-left {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 10%;
  position: relative;

}

.lpro-view .duib-left::after {
  content: '';
  right: 0px;
  top: 20px;
  width: 1px;
  height: 60px;
  background: #707070;
  position: absolute;
}

.lpro-view .duib-right {
  width: 50%;
  display: flex;
  padding: 0 10%;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1440px) {
  .lpro-view .plist-content {
    width: 1140px;
    margin: auto;
  }

  .lpro-view .pctype span {
    font-size: 12px;
  }

  .lpro-view .plitem-left {
    width: 40%;
  }

  .lpro-view .plitem-right {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 1140px) {

  .lpro-view .plba1,
  .lpro-view .plba2 {
    width: 121px;
    height: 28px;
    font-size: 13px;
    line-height: 13px;
  }

  .lpro-view .plitem-left p {
    margin-bottom: 27px;
  }

  .lpro-view .plist-content {
    width: 95%;
  }

  .lpro-view .plist-content {
    padding-top: 35px;
  }

  .lpro-view .plitem {
    flex-direction: column;
  }

  .lpro-view .plitem-left {
    width: 100%;
  }

  .lpro-view .plitem-right {
    width: 100%;
  }

  .lpro-view .plitem-right a img {
    width: 100%;
    height: auto;
  }

  .lpro-view .pctype {
    flex-wrap: wrap;
  }

  .lpro-view .pctype span {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .lpro-view .pctype span:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .lpro-view .pctype span {
    width: 50%;
  }

  .lpro-view .pxz::after {
    display: none;
  }

  .lpro-view .pctype {
    margin-bottom: 0px;
  }

  .plitem-left h3,
  .lpro-view .product-banner-text h3 {
    font-size: 30px;
  }

  .lpro-view .plitem-left p {
    font-size: 16px;
  }

  .lpro-view .plitem-left-button {
    margin-bottom: 25px;
  }

  .lpro-view .product-banner-span span {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lpro-view .duib-left {
    flex-direction: column;
    padding: 0 3%;
  }

  .lpro-view .dl-item h6 {
    font-size: 13px;
  }

  .lpro-view .dl-item {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .lpro-view .duib-right {
    height: 100%;
    flex-direction: column;
  }

  .lpro-view .hpbanner {
    display: none;
  }

  .lpro-view .mpbanner {
    display: block;
  }

}
/* guanyu */

.about-view .about {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-view .abbanner {
  width: 100%;
  height: 250vh;
  line-height: 0;

}

.about-view .abscrike {
  position: sticky;
  top: 0;
}

.about-view .abbanner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.about-view .abbanner-text {
  width: 100%;
  height: 357px;
  background: linear-gradient(to bottom, rgba(0, 145, 115, 0) 0%, rgba(0, 145, 115, 0.2) 20%, rgba(0, 145, 115, 0.4) 40%, rgba(0, 145, 115, 0.6) 60%, rgba(0, 145, 115, 0.8) 80%, rgba(0, 145, 115, 1) 100%);
  position: absolute;
  bottom: -547px;
  left: 0;
  transition: all 1s;
  z-index: 7;
}

.about-view .abbanner-top {
  bottom: 0 !important;
}

.about-view .abbanner-text h3 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 29px;
  color: #FFFFFF;
  line-height: 55px;
  font-family: 'Montserrat';
}

.about-view .abbanner-text p {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-family: 'Montserrat';
}

.about-view .text-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}

.about-view .absan {
  width: 100%;
  height: 80px;
  background: #ADD6CC;
  display: flex;
}

.about-view .absan div {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #5D5D5D;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Montserrat';
}

.about-view .absan div:hover {
  background: #F5F5F5;
}

.about-view .what {
  width: 100%;
  background: #FFFFFF;
  z-index: 11;
  height: 100%;
  padding-top: 139px;
  padding-bottom: 204px;
  position: relative;
}

.about-view .whath3 {
  margin-bottom: 20px;
  font-size: 55px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
  display: inline-block;
}

.about-view .what-content {
  width: 1400px;
  margin: auto;
  height: 250vh;
  position: relative;
}

.about-view .whatdiv {
  width: 100%;
  position: sticky;
  top: 63px;


}

.about-view .whatdivm {
  display: none;
}

.about-view .whatdivsc {

  display: flex;
}

.about-view .what-left {
  width: 919px;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.about-view .what-left img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
transition: all 0.7s;
}

.about-view .abi1 {
  z-index: 6;
  top: 0;
}

.about-view .abi2 {
  z-index: 7;
  bottom: -100%;
}

.about-view .abi3 {
  z-index: 8;
  bottom: -100%;
}

.about-view .what-right {
  width: calc(100% - 919px);
  padding-left: 63px;
  position: relative;
}

.about-view .writem h6 {
  font-size: 30px;
  color: #009173;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: 'Montserrat';
}

.about-view .wih h6 {
  color: #000000 !important;
}

.about-view .writem p {
  font-size: 20px;
  color: #009173;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Montserrat';
}

.about-view .wih p {
  color: #000000 !important;
}

.about-view .writem {

  position: absolute;
  bottom: -100%;
  opacity: 0;
  transition: all 0.3s;
}

.about-view .Excellence {
  width: 100%;
  height: 100%;
  padding-top: 107px;
  padding-bottom: 213px;
  background: #FCFCFC;
  text-align: center;
}

.about-view .Excellence h3 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-family: 'Montserrat';
}

.about-view .Excellence p {
  margin-bottom: 187px;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  font-family: 'Montserrat';
}

.about-view .Excellence p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: #009173;
  border: 1px solid #009173;
}

.about-view .excontent {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.about-view .exitem {
  width: 313px;
  height: 313px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}

.about-view .exitem h6 {
  font-size: 35px;
  line-height: 35px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Montserrat';
}

.about-view .exi1 {
  background: #009173;
  z-index: 9;
  position: relative;
}

.about-view .exi1-z {
  position: absolute;
  top: 0;
  left: 0;
  background: #009173;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 10px;

}

.about-view .exi2 {
  background: #00AAE6;
  z-index: 9;
  position: relative;
}

.about-view .exi2-z {
  position: absolute;
  top: 0;
  left: 0;
  background: #00AAE6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 10px;
}

.about-view .exi3 {
  background: #F58220;
  z-index: 9;
  position: relative;
}

.about-view .exi3-z {
  position: absolute;
  top: 0;
  left: 0;
  background: #F58220;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 10px;
}

.about-view .exi4 {
  background: #A7ADAF;
  z-index: 9;
  position: relative;
}

.about-view .exi4-z {
  position: absolute;
  top: 0;
  left: 0;
  background: #A7ADAF;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 10px;
}

.about-view .exitem .extop {
  width: 100%;
  height: 50%;
}

.about-view .exitem video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-view .exitem .exbottom {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.about-view .exitem .exbottom span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'Montserrat';

}

/* world */
.about-view .world {
  width: 100%;
  height: 100%;
  padding-top: 64px;
  background: #FFFFFF;
}

.about-view .woh3 {
  color: #000000;
  font-size: 55px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 91px;
  text-align: center;
  font-family: 'Montserrat';
}

.about-view .woitem {
  padding-bottom: 23px;
  text-align: center;
  position: relative;
}

.about-view .woitem::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #009173;
  border: 1px solid #009173;
}

.about-view .world-text {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  margin: auto;
}

.about-view .wonumb {
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
}

.about-view .wonumb span {
  color: #000000;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Montserrat';
}

.about-view .woitem p {
  color: #000000;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: 'Montserrat';

}

.about-view .world-video {
  width: 100%;
}

.about-view .world-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-view .yuanquan {
  width: 100%;
  height: 50vw;
  padding-top: 375px;
  position: relative;
  background: linear-gradient(to bottom, #FFFFFF, #FBFDFD, #EDF7F5, #D8EEE9, #BFE3DC);
  overflow: hidden;
}



#yuan {
  transition: all 0.8s ease-in;
  /* transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1); */
}


.about-view .xuquan2 {
  width: 80vw;
  height: 80vw;
  border: 1px dashed #707070;
  border-radius: 50%;
  position: relative;
  margin: auto;
  /* transition: transform 0.5s ease; */
}

.about-view .point {
  position: absolute;
  /* width: 600px;
  height: 257px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  transform-origin: center bottom;
  text-align: center;
}

#yuan .point:nth-child(1) {
  transform: translate(-50%, -100%) rotate(0deg);
}

#yuan .point:nth-child(2) {
  transform: translate(-50%, -100%) rotate(60deg);
}

#yuan .point:nth-child(3) {
  transform: translate(-50%, -100%) rotate(120deg);
}

#yuan .point:nth-child(4) {
  transform: translate(-50%, -100%) rotate(180deg);
}

#yuan .point:nth-child(5) {
  transform: translate(-50%, -100%) rotate(240deg);
}


#yuan .point:nth-child(6) {
  transform: translate(-50%, -100%) rotate(300deg);
}

.about-view .pointlv h5 {
  color: #009173 !important;
  display: block !important;
}

.about-view .pointlv .xq2title p {
  display: block !important;
}

.about-view .pointlv .xq2x span {
  background: #707070 !important;
}

.about-view .pointlv .xq2x div {
  background: #707070 !important;
}

.about-view .lvvalue {
  display: none;
}

.about-view .xq2h {
  position: relative;
  margin-bottom: 20px;

  text-align: center;
}

.about-view .xq2title h1 {
  position: absolute;
  /* color: #F5F5F5; */
  color: #E7E7E7;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  font-family: 'Montserrat';
}

.about-view .xq2title h5 {
  position: relative;
  color: #5D5D5D;
  font-size: 40px;
  font-weight: bold;
  display: none;
  font-family: 'Montserrat';
}

.about-view .xq2title p {
  position: relative;
  color: #ADAEAE;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
  padding: 0 10%;
  display: none;
  font-family: 'Montserrat';
}

.about-view .xq2x {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-view .xq2x span {
  width: 7px;
  height: 7px;
  border-radius: 50%;

  background: #E7E7E7;
}

.about-view .xq2x div {
  width: 3px;
  height: 85px;

  background: #E7E7E7;
}

.about-view .xq2item2 h5 {
  color: #009173 !important;
}



.about-view .xq2item2 {
  transform: translateY(-13%);
}

.about-view .xq2button {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 33;
}

.about-view .xq2button h3 {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: 'Montserrat';
}

.about-view .xq2bu {
  display: flex;
  justify-content: space-between;
  width: 200px;
  height: 50px;
  align-items: center;
  margin: auto;
}

.about-view .xq2bu button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #757575;
  font-size: 28px;
  font-weight: 500;
  color: #757575;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 1440px) {

	.about-view  .excontent,
  .about-view .what-content {
    width: 1140px;

  }

  .about-view .abbanner-text {
    height: 300px;
  }

  .about-view .what-left {
    width: 68%;
    height: 73vh;
    position: relative;
    overflow: hidden;
  }

  .about-view .what-right {
    width: 32%;
  }

  .about-view .what-right {
    padding-left: 2%;
  }

  .about-view .exitem {
    width: 278px;
    height: 278px;
  }

  .about-view .xq2button {
    bottom: 10%;
  }
}

@media (max-width:1140px) {
  .about-view .abbanner {
    height: 100%;
  }
	.about-view .absan div{
		font-size: 15px;

	}
  .about-view .abscrike {
    position: relative;
  }

  .about-view .abbanner img {
    height: auto;
  }

  .about-view .whatdiv {
    display: none;
  }

  .about-view .whatdivm {
    display: block;
  }

  .about-view .excontent,
  .about-view .what-content {
    width: 95%;
    height: 100%;
  }

  .about-view .writemm h3 {
    font-family: 'Montserrat';
  }

  .about-view .writemm p {
    font-family: 'Montserrat';
  }

  .about-view .woitem p {
    font-size: 13px !important;
  }

  .about-view .abbanner-text {
    bottom: 0px;
  }

  .about-view .text-text {
    width: 100%;
  }

  .about-view .wm-content {
    width: 100%;
  }

  .about-view .wm-content img {
    width: 100%;
    min-height: 40vh;
    object-fit: cover;
  }

  .about-view .what {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .about-view .writemm {
    position: relative;
    text-align: center;
    margin: 20px auto 30px auto;
  }

  .about-view .Excellence {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-view .writemm h3 {
    color: #009173;
  }

  .about-view .Excellence p {
    margin-bottom: 50px;
  }

  .about-view .excontent {
    flex-direction: column;
  }

  .about-view .exitem {
    width: 320px;
    height: 320px;
    margin: 20px auto;
  }

  .about-view .exitem h6 {
    font-size: 20px;
    height: 20px;
  }

  .about-view .world-text {
    width: 95%;
  }

  .about-view .world-video video {
    height: 40vh;
  }

  .about-view .wonumb span {
    font-size: 20px !important;
    line-height: 20px !important;
    color: #009173 !important;
  }

  .about-view .wonumb {
    margin-bottom: 13px;
  }

  .about-view .xq2bu button {
    width: 45px !important;
    height: 45px !important;
  }

  .about-view .woh3 {
    margin-bottom: 41px;
  }

  .about-view .xq2title h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .about-view .yuanquan {
    width: 100%;
    height: 100vw;
  }

  .about-view .xuquan2 {
    width: 100vw;
    height: 100vw;
  }

  .about-view .xq2title h1 {
    font-size: 70px;
    line-height: 70px;
  }

  .about-view .xq2button {
    bottom: 5px;
  }

  .about-view .xq2button h3 {
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .about-view .abbanner-text {
    height: 40%;
  }

  .about-view .yuanquan {
    padding-top: 60vw;
  }

  .about-view .xq2x div {
    height: 35px;
  }

  .about-view .xq2title p {

    margin-bottom: 5px;
    padding: 0 5%;

  }

  .about-view .world-text {
    flex-wrap: wrap;
  }

  .about-view .woitem {
    width: 50%;
  }

  .about-view .woitem::after {
    display: none;
  }
}
/* fuwu */

.service-view .app {
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFFFFF;
}

.service-view .banner {
  width: 100%;
  position: relative;
  line-height: 0;
}

.service-view .banner-h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #F7F7F7;
  font-weight: bold;
  font-size: 55px;
  font-family: 'Montserrat';
  text-align: center;
  line-height: 55px;
  width: 100%;

}

.service-view .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}

.service-view .why {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  padding-top: 85px;
  padding-bottom: 137px;
}

.service-view .why-content {
  width: 1400px;
  margin: auto;

}

.service-view .why-xian {
  width: 110px;
  height: 5px;
  background: #009173;
  border: 1px solid #009173;
  margin-bottom: 38px;
}

.service-view .why-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 127px;
}

.service-view .why-text-left {
  width: 267px;
  height: 158px;
}

.service-view .why-text-left h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 49px;
  color: #000000;
  margin-bottom: 11px;
  width: 100%;
  font-family: 'Montserrat';
}

.service-view .why-text-left a {

  width: 263px;
  height: 49px;
  border-radius: 10px;
  background: #009173;
  border: 1px solid #009173;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px 16px 15px;
}

.service-view .why-text-left a span:first-child {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 17px;
  font-family: 'Montserrat';
}

.service-view .why-text-left a span:last-child {
  width: 40px;
  height: 100%;
  position: relative;

}

.service-view .why-text-left a span:last-child::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 300;
}

.service-view .why-text-left a span:last-child::after {
  content: '>';
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  right: 7px;
  color: #FFFFFF;
  transform: translateY(-50%);


  font-family: 'Montserrat';
}



.service-view .why-text-right {
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  width: 940px;
  font-family: 'Montserrat';
}

.service-view .whyh3 {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 26px;
  text-align: center;
  font-weight: bold;
  font-family: 'Montserrat';
}

.service-view .whyp {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 23px;
  text-align: center;
  font-weight: 300;
  font-family: 'Montserrat';
}

.service-view .why-xian2 {
  width: 110px;
  height: 5px;
  margin: auto;
  background: #009173;
  border: 1px solid #009173;
}

.service-view .our {
  width: 100%;
  background: #FFFFFF;
  padding-top: 47px;
  padding-bottom: 53px;
  height: 100%;
  position: relative;
}

.service-view .our-content {
  width: 1400px;
  margin: auto;
}

.service-view .mobileour {
  display: none;
}

.service-view .ourh3 {
  text-align: center;
  margin-bottom: 69px;
  font-size: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #000000;
  font-family: 'Montserrat';

}

.service-view .our-item {
  width: 100%;
  height: 384px;
  display: flex;
  justify-content: space-between;

}

.service-view .our-item-content {
  width: 450px;
  height: 54px;
  cursor: pointer;
}

.service-view .our-item-top {
  width: 100%;
  height: 54px;
  background: #B8B8B8;
  padding: 15px 24px 15px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;

}

.service-view .our-item-z {
  height: 384px !important;
}

.service-view .our-item-z .our-item-bottom {
  height: 330px !important;
}

.service-view .our-item-top span:first-child {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #FFFFFF;
  font-family: 'Montserrat';
}

.service-view .our-item-top span:last-child {
  display: inline-block;
  width: 21px;
  height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}

.service-view .our-item-bottom {
  width: 100%;
  height: 0;
  border-radius: 0 0 10px 10px;
  background: #009173;
  padding-left: 22px;
  padding-right: 39px;

  transition: all 0.3s linear;
}

.service-view .our-item-bottom h5 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 26px;
  opacity: 0;
  font-family: 'Montserrat';

}

.service-view .our-item-bottom p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 26px;
  width: 100%;
  height: 221px;
  margin-bottom: 7px;
  opacity: 0;
  font-family: 'Montserrat';

}

.service-view .our-item-bottom img {
  width: 21px;
  height: 19px;
  cursor: pointer;
  opacity: 0;

}

.our-item-z .our-item-bottom img,
.our-item-z .our-item-bottom h5,
.service-view .our-item-z .our-item-bottom p {
  opacity: 1 !important;
}

.service-view .global {
  width: 100%;
  background: #F5F5F5;
  padding-top: 47px;
  padding-bottom: 79px;
}

.service-view .global .glh3 {
  font-size: 55px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 98px;
  text-align: center;
  font-weight: bold;
  font-family: 'Montserrat';
}

.service-view .glh32 {
  font-size: 35px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-family: 'Montserrat';
}

.service-view .glp {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 400;
  font-family: 'Montserrat';
}

.service-view .glxian {
  width: 110px;
  height: 5px;
  background: #009173;
  border: 1px solid #009173;
  margin: 0 auto 42px auto;
}

.service-view .glitem {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;

}

.service-view .glimg {
  width: 430px;
  height: 290px;
  border-radius: 10px;
  margin-bottom: 32px;
}

.service-view .glimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service-view .glitem-p {
  width: 314px;
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin: auto;
  font-family: 'Montserrat';
}

.service-view .pro {
  width: 100%;
  background: #FFFFFF;
  padding-top: 114px;
  padding-bottom: 114px;
}

.service-view .pro h3 {
  font-size: 55px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-family: 'Montserrat';
}

.service-view .pro p {
  font-size: 35px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 400;
  font-family: 'Montserrat';
}

.service-view .pro div {
  width: 110px;
  height: 5px;
  background: #009173;
  border: 1px solid #009173;
  margin: auto;
}

.service-view .we {
  width: 100%;
  padding-top: 89px;
  padding-bottom: 110px;
  background: #F5F5F5;
}

.service-view .we-content {
  width: 1400px;
  margin: auto;
}

.service-view .wexian {
  width: 110px;
  height: 5px;
  background: #009173;
  border: 1px solid #009173;
  margin-bottom: 41px;
}

.service-view .we-text {
  display: flex;
  justify-content: space-between;
}

.service-view .we-text-left {
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  font-weight: bold;
  width: 602px;
  font-family: 'Montserrat';

}

.service-view .we-text-right {
  width: 505px;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  font-weight: 300;
  font-family: 'Montserrat';
}

.service-view .we-content a {
  width: 211px;
  height: 49px;
  border-radius: 10px;
  background: #009173;
  border: 1px solid #009173;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px 16px 15px;
  margin: 63px auto 0 auto;
}

.service-view .we-content a span:first-child {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 17px;
  font-family: 'Montserrat';
}

.service-view .we-content a span:last-child {

  position: relative;
  color: #FFFFFF;
  width: 40px;
  height: 100%;
}

.service-view .we-content a span:last-child::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.service-view .we-content a span:last-child::after {
  content: '>';
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  font-family: 'Montserrat';
}
.service-view .our-item .our-item-content:nth-child(1){
  z-index: 8;
}
.service-view .our-item .our-item-content:nth-child(2){
  z-index: 9;
}
.service-view .our-item .our-item-content:nth-child(3){
  z-index: 10;
}
@media (max-width: 1440px) {
  .service-view .our-item-z .our-item-bottom {
    height: 370px !important;
  }

  .service-view .our-item-bottom p {
    height: 241px;
  }
  .service-view .our-item-bottom img{
    margin-left: 100%;
  }
  .service-view .why-content,
  .service-view .our-content,
  .service-view .glitem,
  .service-view .we-content {
    width: 1140px;
  }

  .service-view .glimg,
  .service-view .our-item-content {
    width: 370px;
  }

  .service-view .why-text-right {
    width: 65%;
  }

  .service-view .why-text-left {
    width: 30%;
  }
}

@media (max-width:1140px) {
  .service-view .banner img {
    height: 60vh;
  }
  .service-view .our-item-z .our-item-top{
    background: #009173 !important;
    border-radius: 10px 10px 0 0;
  }
  .service-view .our-item-z .our-item-bottom {
    height: 100% !important;
  }

  .service-view .our-item-bottom p {
    height: 100%;
  }

  .service-view .our-item-z {
    height: 100% !important;
  }

  .service-view .mobileour {
    display: block;
  }

  .service-view .pcour {
    display: none;
  }

  .service-view .why {
    padding-bottom: 57px;
  }

  .service-view .global .glh3 {
    margin-bottom: 37px;
  }

  .service-view .we {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .service-view .pro {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .service-view .why-content,
  .service-view .our-content,
  .service-view .glitem,
  .service-view .we-content {
    width: 95%;
  }

  .service-view .why-text {
    flex-direction: column;
  }

  .service-view .why-text-left {
    width: 100%;
  }

  .service-view .why-text-right {
    width: 100%;
  }

  .service-view .why-text {
    margin-bottom: 37px;
  }

  .service-view .our-item {
    flex-direction: column;
    height: auto;
  }

  .service-view .glimg {
    width: 100%;
    margin: 15px auto;
  }

  .service-view .our-item-content {
    width: 80%;
    margin: 20px auto;
    box-sizing: border-box;
  }

  .service-view .our-item-top span:last-child {
    font-size: 20px !important;
    line-height: 20px !important;
    display: flex;
    align-items: center;

  }

  .service-view .glitem {
    flex-direction: column;
  }

  .service-view .we-text {
    flex-direction: column;
  }

  .service-view .we-text-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-view .we-text-right {
    width: 100%;
  }
}
/* gongchang */

.lsmart-view  .app {
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFFFFF;
}

.lsmart-view  .banner {
  width: 100%;
  position: relative;
  line-height: 0;
}

.lsmart-view  .banner-h3 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);

  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
  line-height: 55px;
  width: 100%;
  font-family: 'Montserrat';

}

.lsmart-view  .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}

.lsmart-view  .smart {
  width: 1400px;
  margin: auto;
}

.lsmart-view  .smart-p1 {
  width: 80%;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  margin: 56px auto 34px auto;
  text-align: center;
  font-family: 'Montserrat';
}

.lsmart-view  .smart-xian {
  width: 105px;
  height: 5px;
  margin: auto;
  background: #009173;
  border: 1px solid #009173;
}

.lsmart-view  .smart-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lsmart-view  .smart-h5 {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 31px;
  font-family: 'Montserrat';

}

.lsmart-view  .msmart {
  display: none;
}

.lsmart-view  .smart-qh .h5sc {
  position: sticky;
  top: calc(25% - 55px);
}

.lsmart-view  .smart-item {
  width: 100%;
  height: 100%;
  margin-bottom: 114px;
  text-align: center;
}

.lsmart-view  .smart-item img {

  width: 427px;
  height: 290px;
  margin-bottom: 35px;
  object-fit: cover;
}

.lsmart-view  .smart-item p {
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  text-align: center;
  font-family: 'Montserrat';
}

.lsmart-view  .smart-sc {
  width: 100%;
  height: 220vh;
  position: relative;
}

.lsmart-view  .smart-qh {
  width: 100%;
  height: 500px;
  position: sticky;
  margin-bottom: 264px;
  top: 25%;
}

.lsmart-view  .smart-qh-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  opacity: 0;
  transition: all 0.4s linear;


}

.lsmart-view  .smart-qh-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.lsmart-view  .smart-qh-item p {
  font-weight: 500;
color: #000000;
font-size: 17px;
line-height: 25px;
font-family: 'Montserrat';
  text-align: center;
margin: 15px auto 30px  auto;
position: relative;
letter-spacing: 2px;

}
.lsmart-view  .smart-qh-item p::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 145px;
  height: 2px;
  background: #009173;
  color: #009173;

}

.lsmart-view  .smart-o {
  opacity: 1 !important;
}

.lsmart-view  .smart-h1 {
  font-weight: 500;
  font-size: 55px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 74px;
  text-align: center;
  font-family: 'Montserrat';
}

.lsmart-view  .smart-form {
  width: 100%;

}

/* bd */
.lsmart-view  .form-bd {
  width: 100%;
  background: #F5F5F5;
  padding-top: 79px;
  padding-bottom: 70px;
}

.lsmart-view  .form-bd-content {
  width: 1400px;
  margin: auto;
}

.lsmart-view  .form-bd-content h3 {
  margin-bottom: 36px;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
}

.lsmart-view  .cc-content {
  width: 100%;
}

.lsmart-view  .cc-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lsmart-view  .cc-input input {
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  font-family: 'Montserrat';
}

.lsmart-view  .cc-input input:not(:last-child) {
  width: 695px;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
}

.lsmart-view  .cc-input input:last-child {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
}

.lsmart-view  .guinpu #attr_37 {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  font-family: 'Montserrat';
}

.lsmart-view  .guinpu #attr_38 {
  width: 100%;
  height: 203px;
  margin-bottom: 61px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  padding-top: 13px;
  font-family:'Montserrat';
}

.lsmart-view  .guinpu .cc-b {
  width: 101px;
  height: 33px;
  border-radius: 40px;
  border: 1px solid #009173;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #009173;
  font-weight: 400;
  background: transparent;
  margin: auto;
  cursor: pointer;
  font-family: 'Montserrat';
}

.lsmart-view  .smart-product {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 50px;
}
.lsmart-view  .smart-product .swiper{
  padding-bottom: 30px;
}

.lsmart-view  .smart-product a {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
}
.lsmart-view  .smart-product a span{
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
  font-family: 'Montserrat';
 
}


.lsmart-view  .smart-product a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.lsmart-view  .smart-product .swiper-wrapper{
     transition-timing-function:linear !important;
   }

   .lsmart-view  .smart-product  .swiper-pagination-bullet{
     width: 50px;
     height: 4px;
     border-radius: 0px;
     margin: 0 !important;
     display: inline-block !important; 
   }
   .lsmart-view  .smart-product .swiper-pagination-bullet-active{
    border-radius: 10px !important;
    background: #009173 !important;
    border: 1px solid #009173 !important;
   }
@media (max-width:1440px) {
  .lsmart-view  .cc-input input:not(:last-child) {
    width: 49%;
  }
  .lsmart-view  .smart-item p{
    font-size: 15px;
  }
  .lsmart-view  .smart-qh {
    top: 10%;
  }

  .lsmart-view  .smart-qh .h5sc {

    top: calc(10% - 55px);
  }

	.lsmart-view .smart,
  .lsmart-view  .form-bd-content {
    width: 1140px;

  }

  .lsmart-view  .smart-item img {
    width: 350px;
    height: 290px;
    margin-bottom: 35px;
  }

}

@media (max-width:1140px) {
  .lsmart-view  .banner img{
    height: 60vh;
  }
  .lsmart-view  .form-bd {
    padding-bottom: 10px;
  }
  .lsmart-view  .cc-input input:not(:last-child),
	.lsmart-view  .guinpu #attr_37,.guinpu #attr_38 {
    font-size: 13px;
}
.lsmart-view  .guinpu #attr_38 {
    margin-bottom: 31px;
  }

  .lsmart-view  .guinpu .cc-b {
    margin-bottom: 20px;
  }
  .lsmart-view  .smart-h1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lsmart-view  .smart,
  .lsmart-view  .form-bd-content {
    width: 95%;

  }

  .lsmart-view  .msmart {

    display: block;
    position: relative;
    top: 0;
    height: 100%;
  }

  .lsmart-view  .smart-qh .h5sc {
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .lsmart-view  .smart-sc {
    height: 100%;
  }

 

  .lsmart-view  .smart-qh {
    margin-bottom: 74px;
  }

  .lsmart-view  .smart-qh-item img {
    height: 40vh;
  }

  .lsmart-view  .smart-qh-item {
    position: relative;
  }

  .lsmart-view  .smart-qh-item {
    opacity: 1;
  }

  .lsmart-view  .smart-qh-item p {
    text-align: center;
    position: relative;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lsmart-view  .psmart {
    display: none;
  }

  .lsmart-view  .smart-img {
    flex-direction: column;
    justify-content: center;
  }

  .lsmart-view  .smart-item {
    text-align: center;
    margin-bottom: 24px;
  }

  .lsmart-view  .smart-h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .lsmart-view  .smart-product {
    width: 95%;
    margin: auto;
    padding-top: 1px;

  }
}
/* chixu */

.chixu-view  .sust {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.chixu-view  .subanner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.chixu-view  .subanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chixu-view  .subanner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}

.chixu-view  .subanner-text h3 {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
  font-family: 'Montserrat';
}

.chixu-view  .subanner-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-family: 'Montserrat';
}

.chixu-view  .our {
  width: 100%;
  padding-top: 131px;
  padding-bottom: 131px;
  background: #FFFFFF;
}

.chixu-view  .ourbanner {
  width: 1400px;
  height: 697px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.chixu-view  .ourbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chixu-view  .ourbanner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 79%;
}

.chixu-view  .ourh4 {
  font-weight: bold;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 35px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Montserrat';
}

.chixu-view  .ourp {
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 45px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Montserrat';
}

.chixu-view  .ourx {
  width: 122px;
  height: 5px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;

  color: #FFFFFF;
  margin: auto;
}

.chixu-view  .our-p {
  margin-top: 44px;
  text-align: center;
}

.chixu-view  .our-p p {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #FFFFFF;
  font-family: 'Montserrat';
}

.chixu-view  .env {
  width: 100%;
  background: #F5F5F5;
  padding-top: 94px;
  padding-bottom: 142px;
}

.chixu-view  .env-content {
  width: 1112px;
  margin: auto;
  text-align: center;

}

.chixu-view  .env-content h3 {
  font-size: 55px;
  line-height: 55px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: 'Montserrat';
}

.chixu-view  .env-content p {
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 93px;
  font-family: 'Montserrat';
}

.chixu-view  .env-icon {
  display: flex;
  justify-content: space-between;
}

.chixu-view  .env-item {
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chixu-view  .envi {
  position: relative;
  cursor: pointer;
}

.chixu-view  .envi img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

.chixu-view  .envi img:last-child {
  display: none;
}

.chixu-view  .env-item:hover {
  background: #009173;
}

.chixu-view  .env-item:hover .envi img:last-child {
  display: block;
}

.chixu-view  .env-item:hover .envi img:first-child {
  display: none;
}

.chixu-view  .envi1 {
  width: 104px;
  height: 108px;

}

.chixu-view  .envi2 {
  width: 88px;
  height: 70px;

}

.chixu-view  .envi3 {
  width: 78px;
  height: 93px;

}

.chixu-view  .envi4 {
  width: 106px;
  height: 61px;

}

.chixu-view  .smart {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.chixu-view  .smart img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.chixu-view  .smart-content {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 1400px;
}

.chixu-view  .smart-content h3 {
  margin-bottom: 63px;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Montserrat';
}

.chixu-view  .smart-content p {
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: 'Montserrat';

}

.chixu-view  .co {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.chixu-view  .co img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.chixu-view  .co-content {
  width: 1164px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.chixu-view  .co-content h3 {
  margin-bottom: 63px;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Montserrat';
}

.chixu-view  .co-content p {
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: 'Montserrat';
}

.chixu-view  .lx {
  width: 100%;
  height: 150px;
  background: #ECECEC;
}

.chixu-view  .lx-content {
  width: 1162px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

.chixu-view  .lx-y {
  margin-right: 77px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #00AAE6 0%, #009173 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.chixu-view  .lx-y img {
  width: 87px;
  height: 11px;
}

.chixu-view  .lx-text h5 {
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
}

.chixu-view  .lx-text p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 35px;
  color: #000000;
  font-weight: 500;
  font-family: 'Montserrat';
}

.chixu-view  .lx-text a {
  width: 97px;
  height: 31px;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Montserrat';
}

@media (max-width: 1440px) {

  .chixu-view   .ourbanner,
  .chixu-view  .smart-content,
  .chixu-view  .lx-content {
    width: 1140px;

  }
}

@media (max-width:1140px) {
.chixu-view  .ourbanner, .smart-content, .lx-content{
    width: 100%;
  }
  .chixu-view  .subanner {
    height: 100%;
  }

  .chixu-view  .subanner img {
    height: auto;
  }

  .chixu-view  .env {
    padding-top: 34px;
    padding-bottom: 54px;
  }

  .chixu-view  .env-content p {
    margin-bottom: 34px;
  }

  .chixu-view  .ourbanner {
    flex-direction: column;
  }

  .chixu-view   .ourbanner,
  .chixu-view  .env-content {
    width: 100%;
    height: 100%;
  }

  .chixu-view   .smart-content,
  .chixu-view   .co-content,
  .chixu-view   .subanner-text,
  .chixu-view  .ourbanner-text {
    position: relative;
    width: 90%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .chixu-view  .smart-content p,
  .chixu-view   .smart-content h3,
  .chixu-view  .co-content p,
  .chixu-view   .co-content h3,
  .chixu-view  .subanner-text h3,
  .chixu-view  .subanner-text p,
  .chixu-view  .ourbanner-text p,
  .chixu-view  .ourbanner-text h3 {
    color: #000000;
  }

  .chixu-view  .smart img {
    min-height: 50vh;
  }

  .chixu-view  .co img {
    min-height: 50vh;
  }

  .chixu-view  .our {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .chixu-view  .ourbanner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .chixu-view  .subanner-text {
    width: 95%;
  }

  .chixu-view  .our-p {
    margin-top: 0;
  }

  .chixu-view  .env-icon {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .chixu-view  .env-item {
    width: 47%;
    margin-bottom: 20px;
  }
}
/* vblog */

.vblog-view  .app {
	width: 100%;
	height: 100%;
	position: relative;
 
 }
 
 .vblog-view  .banner {
	width: 100%;
	position: relative;
	line-height: 0;
 }
 
 .vblog-view  .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;
 
 }
 
 .vblog-view  .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
 }
 

 .vblog-view  .content {
	width: 1400px;
	margin: auto;
	min-height: 70vh;
	padding-top: 70px;
	padding-bottom: 57px;
 }
 
 .vblog-view  .content-view img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	margin: 20px 0;
 }
 
 .vblog-view  .content h3 {
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 40px;
	font-family: 'Montserrat';
 }
 
 
 .vblog-view  .c-time {
	margin-top: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #727272;
	line-height: 16px;
	font-family: 'Montserrat';
 }
 
 .vblog-view  .fenxiang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
 }
 
 .vblog-view  .fenxiang-img span {
	margin-left: 21px;
	line-height: 26px;
	font-weight: bold;
	font-size: 21px;
	color: #000000;
	font-family: 'Montserrat';
 }
 .vblog-view  .fenxiang-img{
	display: flex;
	align-items: center;
 }
 .vblog-view  .fenxiang-img img {
	margin-left: 21px;
	cursor: pointer;
	transition: all 0.3s;
	width: 25px;
 height: 25px;
 }
 
 .vblog-view  .fenxiang-img img:hover {
	transform: scale(1.1);
 }
 
 .vblog-view  .fenxiang-x {
	width: 100%;
	background: #707070;
	border: 1px solid #707070;
	margin-bottom: 30px;
 }
 
 .content p,
 .vblog-view  .content span {
	white-space: pre-wrap !important;
 }
 
 .vblog-view  .news-content {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 100%;
 
 }
 
 .vblog-view  .content-view {
 
	width: 936px;
	font-family: 'Montserrat';
 }
 .vblog-view  .content-view p, 
 .vblog-view  .content-view h1, 
 .vblog-view  .content-view h2, 
 .vblog-view  .content-view h3, 
 .vblog-view  .content-view h4, 
 .vblog-view  .content-view h5, 
 .content-view span, 
 .vblog-view  .content-view a {
 font-family: 'Montserrat' !important;
 }
 
 .vblog-view  .content-po{
	height: 586px;
	border-radius: 16px 16px 16px 16px;
	width: 424px;
	position: sticky;
	top: 50px;
 }
 
 .vblog-view  .content-view-share {
 
	padding: 32px 30px 0 30px;
	background: #F5F5F7;
	height: 100%;
	border-radius: 16px 16px 16px 16px;
	width: 100%;
 
 }
 
 .vblog-view  .content-view-share h5 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 26px;
 }
 
 .vblog-view  .share-item a {
	display: flex;
	margin-bottom: 20px;
 }
 
 .vblog-view  .share-item-img {
	width: 118px;
	height: 102px;
	margin-right: 14px;
 }
 
 .vblog-view  .share-item a img {
	width: 100%;
	height: 100%;
 
	object-fit: cover;
	border-radius: 8px;
 }
 
 .vblog-view  .share-item .share-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 232px;
 }
 
 .vblog-view  .share-item .share-desc h6 {
	width: 232px;
	height: 41px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	overflow: hidden;
	font-family: 'Montserrat';
 }
 
 .vblog-view  .share-item .share-desc span {
	width: 77px;
	height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: #008068;
	font-family: 'Montserrat';
 
 }
 
 
 
 @media (max-width: 1440px) {

	.vblog-view  .content {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}
 
	.vblog-view  .share-item-img {
		width: 100%;
		height: auto;
	}
 
	.vblog-view  .share-item a {
		flex-direction: column;
	}
 
	.vblog-view  .share-item .share-desc h6 {
		margin-bottom: 10px;
		margin-top: 5px;
	}
 
	.vblog-view  .content-view-share {
		height: 100%;
		padding-bottom: 20px
	}
 
	.vblog-view  .content-view {
		width: 66%;
 
	}
 
	.vblog-view  .content-po {
		width: 30%;
		height: 100%;
	}
 
 
 
 }
 
 @media (max-width:1000px) {
	.vblog-view  .banner img{
		min-height: 60vh;
	}
	.vblog-view  .content {
		width: 95%;
		padding-left: 0;
		padding-right: 0;
	}
 
	.vblog-view  .content h3 {
		font-size: 20px;
		line-height: 22px;
	}
	.vblog-view  .content-po {
		width: 100%;
		height: 100%;
 }
	.c-time,
	.vblog-view  .fenxiang-img span {
		font-size: 15px;
		margin-left: 6px;
	}
 
	.vblog-view  .fenxiang-img img {
		margin-left: 7px;
		width: 25px;
		height: 25px;
	}
 
	.vblog-view  .fenxiang {
		margin-bottom: 0px;
	}
 
	.vblog-view  .news-content {
		flex-direction: column;
	}
 
	.vblog-view  .content-view {
		width: 100%;
	}
 
	.vblog-view  .content-view-share {
		width: 100%;
	}
 
	.vblog-view  .content-view-share h5 {
		font-size: 18px;
		line-height: 20px;
	}
	.vblog-view  .share-item .share-desc,
	.vblog-view  .share-item .share-desc h6{
		width: 100%;
	}
 }
/* vnews */

.vnews-view  .app {
	width: 100%;
	height: 100%;
	position: relative;
 
 }
 
 .vnews-view  .banner {
	width: 100%;
	position: relative;
	line-height: 0;
 }
 
 .vnews-view  .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;
 
 }
 
 .vnews-view  .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
 }
 

 .vnews-view  .content {
	width: 1400px;
	margin: auto;
	min-height: 70vh;
	padding-top: 70px;
	padding-bottom: 57px;
 }
 
 .vnews-view  .content-view img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	margin: 20px 0;
 }
 .vnews-view  .content-view p, 
 .vnews-view  .content-view h1, 
 .vnews-view  .content-view h2, 
 .vnews-view  .content-view h3, 
 .vnews-view  .content-view h4, 
 .vnews-view  .content-view h5, 
 .content-view span, 
 .vnews-view  .content-view a {
 font-family: 'Montserrat' !important;
 }
 .vnews-view  .content h3 {
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 40px;
	font-family: 'Montserrat';
 }
 
 
 .vnews-view  .c-time {
	margin-top: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #727272;
	line-height: 16px;
	font-family: 'Montserrat';
 }
 
 .vnews-view  .fenxiang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
 }
 
 .vnews-view  .fenxiang-img span {
	margin-left: 21px;
	line-height: 26px;
	font-weight: bold;
	font-size: 21px;
	color: #000000;
	font-family: 'Montserrat';
 }
 .vnews-view  .fenxiang-img{
	display: flex;
	align-items: center;
 }
 .vnews-view  .fenxiang-img img {
	margin-left: 21px;
	cursor: pointer;
	transition: all 0.3s;
	width: 25px;
 height: 25px;
 }
 
 .vnews-view  .fenxiang-img img:hover {
	transform: scale(1.1);
 }
 
 .vnews-view  .fenxiang-x {
	width: 100%;
	background: #707070;
	border: 1px solid #707070;
	margin-bottom: 30px;
 }
 
 .content p,
 .vnews-view  .content span {
	white-space: pre-wrap !important;
 }
 
 .vnews-view  .news-content {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 100%;
 }
 
 .vnews-view  .content-view {
 
	width: 936px;
 }
 .vnews-view  .content-po{
	height: 586px;
	border-radius: 16px 16px 16px 16px;
	width: 424px;
	position: sticky;
	top: 50px;
 }
 
 .vnews-view  .content-view-share {
 
	padding: 32px 30px 0 30px;
	background: #F5F5F7;
	height: 100%;
	border-radius: 16px 16px 16px 16px;
	width: 100%;
 
 }
 
 .vnews-view  .content-view-share h5 {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 26px;
 }
 
 .vnews-view  .share-item a {
	display: flex;
	margin-bottom: 20px;
 }
 
 .vnews-view  .share-item-img {
	width: 118px;
	height: 102px;
	margin-right: 14px;
 }
 
 .vnews-view  .share-item a img {
	width: 100%;
	height: 100%;
 
	object-fit: cover;
	border-radius: 8px;
 }
 
 .vnews-view  .share-item .share-desc {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 232px;
 }
 
 .vnews-view  .share-item .share-desc h6 {
	width: 232px;
	height: 41px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	overflow: hidden;
	font-family: 'Montserrat';
 }
 
 .vnews-view  .share-item .share-desc span {
	width: 77px;
	height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: #008068;
	font-family: 'Montserrat';
 
 }
 
 
 
 @media (max-width: 1440px) {

	.vnews-view  .content {
		width: 100%;
		padding-left: 10%;
		padding-right: 10%;
	}
 
	.vnews-view  .share-item-img {
		width: 100%;
		height: auto;
	}
 
	.vnews-view  .share-item a {
		flex-direction: column;
	}
 
	.vnews-view  .share-item .share-desc h6 {
		margin-bottom: 10px;
		margin-top: 5px;
	}
 
	.vnews-view  .content-view-share {
		height: 100%;
		padding-bottom: 20px
	}
 
	.vnews-view  .content-view {
		width: 66%;
 
	}
 
	.vnews-view  .content-po {
		width: 30%;
		height: 100%;
	}
 
 
 
 }
 
 @media (max-width:1000px) {
	.vnews-view  .banner img{
		min-height: 60vh;
	}
	.vnews-view  .content {
		width: 95%;
		padding-left: 0;
		padding-right: 0;
	}
 
	.vnews-view  .content h3 {
		font-size: 20px;
		line-height: 22px;
	}
	.vnews-view  .content-po {
		width: 100%;
		height: 100%;
 }
	.c-time,
	.vnews-view  .fenxiang-img span {
		font-size: 15px;
		margin-left: 6px;
	}
 
	.vnews-view  .fenxiang-img img {
		margin-left: 7px;
		width: 25px;
		height: 25px;
	}
 
	.vnews-view  .fenxiang {
		margin-bottom: 0px;
	}
 
	.vnews-view  .news-content {
		flex-direction: column;
	}
 
	.vnews-view  .content-view {
		width: 100%;
	}
 
	.vnews-view  .content-view-share {
		width: 100%;
	}
 
	.vnews-view  .content-view-share h5 {
		font-size: 18px;
		line-height: 20px;
	}
	.vnews-view  .share-item .share-desc,
	.vnews-view  .share-item .share-desc h6{
		width: 100%;
	}
 }
 /*vhangye  */
 
.vhangye-view  .section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;

}

.vhangye-view  .section {
  background: #000000;
  position: relative;
}

.vhangye-view  .si1-content {
  width: 1358px;
  height: 459px;
  background: rgba(0, 145, 115, 0);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 74px 89px 0 89px;
  text-align: center;
  transition: all 0.5s linear;
}

.vhangye-view  .si1-content h3 {

  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
  font-family: 'Montserrat';
  margin-bottom: 54px;
  opacity: 0;
  transition: all 0.8s linear;
}

.vhangye-view  .si1-content p {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 40px;
  opacity: 0;
  transition: all 0.5s linear;

}

.vhangye-view  .si1o p {
  opacity: 1 !important;
}

.vhangye-view  .si1o h3 {
  opacity: 1 !important;
}

/* .si1o .si1-content {
  background: rgba(0, 145, 115, 0.5) !important;
} */

.vhangye-view  .si2-content {
  width: 1105px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vhangye-view  .si2-content h3 {
  margin-bottom: 30px;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: left;
  opacity: 0;
  transform: translateY(70px);
}

@keyframes identifier {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.vhangye-view  .si2xian {
  width: 85px;
  height: 12px;
  background: #009173;
  border: 1px solid #009173;
  margin-bottom: 84px;
  opacity: 0;
  transform: translateY(70px);
}

.vhangye-view  .si2pt {

  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 31px;
  font-family: 'Montserrat';
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(70px);
}


.vhangye-view  .si2pd {
  font-weight: 300;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 31px;
  margin-bottom: 40px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateY(70px);
  opacity: 0;
  font-family: 'Montserrat';
}

.vhangye-view  .zc .si2pd {
  animation: identifier 1s linear forwards;
}

.vhangye-view  .zc .si2-content h3 {
  animation: identifier 1s linear forwards;
}

.vhangye-view  .zc .si2xian {
  animation: identifier 1s linear forwards;
}

.vhangye-view  .zc .si2pt {
  animation: identifier 1s linear forwards;
}

.vhangye-view  .appfl {
  width: 157px;
  height: 100%;
  position: fixed;
  top: 25%;
  right: 10%;
  display: flex;
  flex-direction: column;
  display: none;

}

.vhangye-view  .appashow span {
  color: rgba(255, 255, 255, 1) !important;
}

.vhangye-view  .appashow div {
  background: #FFFFFF !important;
}

.vhangye-view  .appa {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  justify-content: space-between;
  position: relative;
}

.vhangye-view  .appa:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 4px;
  width: 1px;
  height: calc(100% - 11px);
  background: #FFFFFF;
}

.vhangye-view  .appa span {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  margin-right: 14px;

}

.vhangye-view  .appa div {
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
  border-radius: 50%;
}

@media (max-width: 1440px) {
  .vhangye-view  .si1-content {
    width: 1140px;
  }

  .vhangye-view  .si2-content {
    width: 900px;
    margin: auto;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .vhangye-view  .si2-content h3 {
    margin-bottom: 10px;
  }

  .vhangye-view  .si2xian {
    margin-bottom: 14px;
  }
}

@media (max-width:1140px) {
  .vhangye-view  .si1-content {
    width: 95%;
    padding: 20px;
    height: auto;
  }

  .vhangye-view  .si2-content {
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .vhangye-view  .appfl {
    display: none !important;
  }
}
/* vqiege */


.vqiege-view  .app {
	width: 100%;
	height: 100%;
	position: relative;

}

.vqiege-view  .banner {
	width: 100%;
	position: relative;
	line-height: 0;
}

.vqiege-view  .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;

}

.vqiege-view  .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	line-height: 0;
}





.vqiege-view  .khtext-content-h3 {

	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 52px;
	text-align: left;
	margin-bottom: 70px;
	font-family: 'Montserrat';
}

.vqiege-view  .khimg {
	width: 100%;
	padding-top: 116px;
	padding-bottom: 117px;
	background: #F5F5F5;
}

.vqiege-view  .khimg-content {
	width: 1400px;
	margin: auto;

}

.vqiege-view  .rhriflex {
	display: flex;
}

.vqiege-view  .khleft {
	width: 916px;
	height: 587px;
	background: #A4A4A4;
	border-radius: 0px 0px 0px 0px;
}

.vqiege-view  .khleft img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vqiege-view  .khright {
	width: 484px;
	height: 587px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding: 105px 64px 0 64px;
	box-sizing: border-box;
}

.vqiege-view  .khrightxian {
	width: 85px;
	height: 5px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 70px;
}

.vqiege-view  .khright-button {

	font-weight: 300;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px;
	height: 24px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #000000;
	background: transparent;
	margin-bottom: 6px;
	font-family: 'Montserrat';
}

.vqiege-view  .khrightp {

	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	margin-bottom: 28px;
	font-family: 'Montserrat';

}

.vqiege-view  .khwenz {
	width: 100%;
	background: #FFFFFF;
	padding-top: 84px;
	padding-bottom: 37px;
}

.vqiege-view  .khwenz-content {
	width: 1400px;
	margin: auto;
}

.vqiege-view  .khw1-title {
	display: flex;
	align-items: center;
}

.vqiege-view  .khw1-title h5 {

	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 31px;
	margin-right: 10px;
	font-family: 'Montserrat';
}

.vqiege-view  .khw1lv h5 {
	color: #009173 !important;
}

.vqiege-view  .khw1-title div {
	width: 100%;
	height: 0px;
	border: 1px solid #707070;
	opacity: 0.25;
}

.vqiege-view  .khwp {

	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	margin-bottom: 50px;
	text-align: left;
	font-family: 'Montserrat';
}

.vqiege-view  .khdiv {
	width: 100%;
	position: relative;
	background: #F5F5F5;
	padding-top: 91px;
	padding-bottom: 148px;
}

.vqiege-view  .khcontent {
	width: 1400px;
	margin: auto;
	overflow: hidden;
	position: relative;

}

.vqiege-view  .khcontent h3 {

	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 52px;
	text-align: center;
	font-family: 'Montserrat';
}



.vqiege-view  .khlb {
	width: calc(100% - 104px);
	position: relative;
	overflow: hidden;
	margin: 94px auto 0px auto;
	padding: 0 10px 0 10px;
}

.vqiege-view  .khlb .khlba {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;

}

.vqiege-view  .khlba-top {
	width: 100%;
	height: 428px;
	border-radius: 10px;
	position: relative;
	z-index: 7;
}

.vqiege-view  .khlb-top {
	position: relative;
	height: 282px;
}

.vqiege-view  .khlb-top img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vqiege-view  .khlb-bottom {
	width: 100%;
	height: 147px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 10px 10px;
	padding: 28px 33px 0 33px;
	margin-top: -20px;
	position: relative;
	z-index: 8;
}

.vqiege-view  .khlb-bottom-h5 {
	margin-bottom: 21px;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	padding: 4px 12px 5px 12px;
	background: #009173;
	border-radius: 10px 10px 0 0;
	position: absolute;
	left: 0;
	bottom: -1px;
	font-family: 'Montserrat';
}

.vqiege-view  .khlb-bottom p {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	text-align: left;

}

.vqiege-view .khcontent .swiper-button-prev:after,
.vqiege-view  .khcontent .swiper-rtl .swiper-button-next:after {
	content: '<';
	font-size: 20px;
	font-weight: bold;
}

.vqiege-view .khcontent .swiper-button-next:after,
.vqiege-view  .khcontent .swiper-rtl .swiper-button-prev:after {
	content: '>';
	font-size: 20px;
	font-weight: bold;
}

.vqiege-view .khcontent .swiper-button-prev,
.vqiege-view  .khcontent .swiper-button-next {
	position: absolute;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width: 34px;
	height: 34px;
	border: 1px solid #9A9A9A;
	border-radius: 50%;
	background: #9A9A9A;

}

.vqiege-view  .kricon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.vqiege-view  .kricon img {
	width: 31px;
	height: auto;
	margin-right: 14px;
}

.vqiege-view  .kri1 {
	margin-top: 107px;
	margin-bottom: 32px;
}

.vqiege-view  .kricons1 {

	font-weight: 400;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	font-family: 'Montserrat';
}

.vqiege-view  .kricons2 {

	font-weight: 300;
	font-size: 17px;
	color: #000000;
	line-height: 31px;
	font-family: 'Montserrat';
}

@media (max-width: 1440px) {

	.vqiege-view .khimg-content,
	.vqiege-view  .khwenz-content,
	.vqiege-view  .khcontent {
		width: 1140px;

	}
	.vqiege-view  .khlb{
		margin: 54px auto 0px auto;
	}
	.vqiege-view  .kri1 {
		margin-top: 57px;
	}
	.vqiege-view  .khimg,.khdiv{
		padding-top: 60px;
padding-bottom: 75px;
	}
	.vqiege-view  .khtext-content-h3{
		margin-bottom: 30px;
	}
	.vqiege-view  .khleft {
		width: 70%;
		height: 70vh;
	}

	.vqiege-view  .khright {
		width: 30%;
		padding: 25px 34px 0 34px;
		height:70vh;
	}

	.vqiege-view  .khlb-bottom p {

		font-size: 17px;

		line-height: 22px;

	}
}

@media (max-width:1140px) {
	.vqiege-view  .banner img{
		height: 60vh;
	}

	.vqiege-view  .khimg-content,
	.vqiege-view .khwenz-content,
	.vqiege-view  .khcontent {
		width: 95%;

	}

	.vqiege-view  .rhriflex {
		width: 100%;
		flex-direction: column;
	}

	.vqiege-view  .khleft {
		width: 100%;
		height: 30vh;
	}

	.vqiege-view  .khright {
		width: 100%;
		height: 100%;
		padding: 10px;
	}

	.vqiege-view  .khrightxian {
		margin-bottom: 20px;
	}
	.vqiege-view  .khwenz{
		padding-top: 14px;
padding-bottom: 27px;
	}
	.vqiege-view  .khwp{
		margin-bottom: 20px;
	}
	.vqiege-view  .kri1 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.vqiege-view  .khrightp{
		margin-bottom: 18px;
	}
	.khimg,
	.vqiege-view  .khdiv {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.vqiege-view  .khlb{
		padding: 0;
		width: 100%;
		margin: 20px 0;
	}
 
}
/* vjishu */

.vjs-view  .tech {
  width: 100%;
  height: 100%;
  position: relative;
}

.vjs-view  .banner {
  width: 100%;
  position: relative;
 height: 65vh;
}

.vjs-view  .banner-h3 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  color: #F7F7F7;
  font-weight: bold;
  font-size: 55px;
 
  text-align: center;
  line-height: 55px;
  width: 100%;
  z-index: 9;
  font-family: 'Montserrat';
}

.vjs-view  .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}
.vjs-view  .tech-item{
  display: flex;
  align-items: center;
}

.vjs-view  .tech-item a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.vjs-view  .tech-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vjs-view  .tech-item-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); 
  width: 60%;
  text-align: center;     
}
.vjs-view  .tech-item-text h3{
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.vjs-view  .tech-item-text p{
font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 38px;
}
.vjs-view  .tech-item-text div{
  font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 79px;
}
.vjs-view  .tech-item-text div{
  font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 79px;
   
}
.vjs-view  .tech-item-text button{

    width: 128px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    background: transparent;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 300;
    border-radius: 50px;
    margin: auto;
    cursor: pointer;
}
.vjs-view  .tech-content{
  width: 100%;
  height: 100%;
}

.vjs-view  .tech-item{
  width: 100%;
  height: 100%;
}
.vjs-view  .tech-img{
  width: 50%;
  height: 100%;
  display: flex;
  
}

.vjs-view  .tech-item img{
  width: 100%;
  height: auto;
}

.vjs-view  .tech-text{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  width: 50%;
  height: 100%;
  flex-direction: column;
  text-align: center;

}
.vjs-view  .tech-f{
  width: 50%;
  margin: auto;
}
.vjs-view  .tech-text h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 23px;
    font-family: 'Montserrat';
}
.vjs-view  .tech-text p{
  font-weight: 300;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-family: 'Montserrat';
}
.vjs-view  .tech-content .tech-item:nth-child(even){
  flex-direction: row-reverse;
}
@media (max-width: 1440px) {}

@media (max-width:1140px) {
  .vjs-view  .banner{
    height: auto;
  }
  .vjs-view  .banner img{
    height: 60vh;
  }
  .vjs-view  .tech-item{
    flex-direction: column-reverse;
  }
  .vjs-view  .tech-content .tech-item:nth-child(even){
    flex-direction:  column-reverse;
  }
  .vjs-view  .tech-img{
    width: 100%;
  }
  .vjs-view  .tech-text{
    width: 100%;
  }
  .vjs-view  .tech-f{
    width: 85%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .vjs-view  .tech-item img{
    height: 50vh;
  }
}
/* vproduct */

.vpro-view  .view {
  width: 100%;
  height: 100%;
  position: relative;
  background: #FFFFFF;
}

.vpro-view  .banner {
  width: 100%;
  height: 100vh;
  position: relative;
  line-height: 0;
}

.vpro-view  .banner img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpro-view  .banner-div {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.vpro-view  .banner-div h3 {
  font-size: 55px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 11px;
  line-height: 55px;
  font-family: 'Montserrat';
}

.vpro-view  .banner-div h4 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: 'Montserrat';
  margin-bottom: 25px;
}

.vpro-view  .banner-div p {
  margin-bottom: 15px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Montserrat';
}

.vpro-view  .banner-div a {
  width: 221px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 300;
  background: #009173;
  border: 1px solid #009173;
  border-radius: 40px;
  margin: auto;
  font-family: 'Montserrat';
}

.vpro-view  .banner-div-bottom {
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  justify-content: center;
align-items: center;
}

.vpro-view  .banner-div-bottom span {
  color: #5D5D5D;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  line-height: 20px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: 'Montserrat';
}



.vpro-view  .banner-div-bottom span:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0px;
top: 0;
  width: 1px;
  height: 100%;
  background: #5D5D5D;
}

.vpro-view  .tab-img {
  width: 100%;
  background: #F5F5F5;
  padding-top: 72px;
  padding-bottom: 85px;
}

.vpro-view  .ticontent {
  width: 1400px;
  margin: auto;
}



.vpro-view  .tab-img-bottom {
  width: 100%;
}

.vpro-view  .tab-img-bottom img {
  width: 100%;
  display: none;
  height: 650px;
  object-fit: cover;
  border-radius: 10px;
}

.vpro-view  .tabimg-show {
  display: block !important;
}

.vpro-view  .tab-img-item {
  margin-bottom: 81px;
}

.vpro-view  .tab-p-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 31px;

}

.vpro-view  .tab-p-item p {

  font-size: 18px;
  color: #5D5D5D;
  font-weight: 500;
  padding-bottom: 31px;
  position: relative;
  cursor: pointer;
  font-family: 'Montserrat';
}

.vpro-view  .tab-p-item-5 p {
  width: 19%;
}

.vpro-view  .tab-p-item-4 p {
  width: 24%;
}

.vpro-view  .tab-p-item-3 p {
  width: 32%;
}

.vpro-view  .tab-p-item-2 p {
  width: 49%;
}

.vpro-view  .tab-p-item-1 p {
  width: 90%;
}

.vpro-view  .tab-p-item-1 {
  justify-content: center !important;
}

.vpro-view  .tab-p-item .tabimg-show::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 2px;
  background: #009173;
  border: 1px solid #009173;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

}

.vpro-view  .tab-p-item-1 .tabimg-show::after {
  width: 40% !important;
}

.vpro-view  .tab-span-item {
  width: 100%;
  text-align: center;
  height: 75px;
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.vpro-view  .tab-span-item span {
  font-size: 16px;
  line-height: 20px;
  color: #5D5D5D;
  font-weight: 400;
  display: none;
  font-family: 'Montserrat';
}

/* md */
.vpro-view  .md {
  width: 100%;
  height: 100%;
}

.vpro-view  .md-item {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.vpro-view  .md-item-text {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.vpro-view  .md-item-text h3 {
  margin-bottom: 17px;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  font-family: 'Montserrat';
  opacity: 0;
  transform: translateY(70px);
  width: 100%;


}

.vpro-view  .md-item-text p {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  width: 40%;
  margin: auto;
  line-height: 22px;
  font-family: 'Montserrat';
  opacity: 0;
  transform: translateY(70px);
}

.textblack h3,
.vpro-view  .textblack p {
  color: #000000 !important;
}

.vpro-view  .md-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpro-view  .applications {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding-top: 59px;
  padding-bottom: 59px;
}

.vpro-view  .app-content {
  width: 1400px;
  margin: auto;

}

.vpro-view  .app-content h3 {
  margin-bottom: 10px;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
  margin-bottom: 36px;
}

.vpro-view  .app-content p {
  margin-bottom: 33px;
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Montserrat';
  margin-bottom: 37px;
}

.vpro-view  .app-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}

.vpro-view  .app-item {
  width: 237px;
  height: 172px;
  border-radius: 5px;
  display: flex;

  align-items: center;


  box-shadow: 1.5px 3px 6.5px rgba(0, 0, 0, 0.16);

}

.vpro-view  .app-item-img {
  width: 63%;
  height: 50%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.vpro-view  .app-more {
  display: flex;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat';
  font-size: 25px;
  line-height: 25px;
  color: #000000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}

.vpro-view  .app-item img {
  width: 100px;
  height: auto;
  object-fit: cover;
  margin-bottom: 0px;
}

.vpro-view  .app-item p {
  font-family: 'Montserrat';
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  margin-bottom: 0px;
}

.vpro-view  .canshu {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 55px;
}

.vpro-view  .canshu-content {
  width: 1400px;
  margin: auto;
}

.vpro-view  .canshu-content h3 {
  margin-bottom: 36px;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
}

.vpro-view  .canshu-content table {
  width: 100%;
  border-collapse: collapse;
}

.vpro-view  .canshu-content td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.vpro-view  .canshu-content td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.vpro-view  .canshu-content th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.vpro-view  .canshu-content th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.vpro-view  .canshu-content table tr th:first-child {
  text-align: left;
  padding-left: 25px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: 'Montserrat';
}

.vpro-view  .canshu-content table tr td:first-child {
  text-align: left;
  padding-left: 25px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: 'Montserrat';
}

.vpro-view  .canshu-content table tr th:not(:first-child) {
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat';
}

.vpro-view  .canshu-content table tr td:not(:first-child) {
  text-align: center;
  font-size: 18px;
  color: #5D5D5D;
  font-weight: 400;
  font-family: 'Montserrat';
}

.vpro-view  .canshu-content table tr {
  height: 70px;
}

.vpro-view  .canshu-content table tr:nth-child(odd) {
  background: #EAEAEA;
  border: 10px;

}

.vpro-view  .form-bd {
  width: 100%;
  background: #FFFFFF;
  padding-top: 79px;
  padding-bottom: 70px;
}

.vpro-view  .form-bd-content {
  width: 1400px;
  margin: auto;
}

.vpro-view  .form-bd-content h3 {
  margin-bottom: 36px;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat';
}

.vpro-view  .cc-content {
  width: 100%;
}

.vpro-view  .cc-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vpro-view  .cc-input input {
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  font-family: 'Montserrat';
}

.vpro-view  .cc-input input:not(:last-child) {
  width: 695px;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
}

.vpro-view  .cc-input input:last-child {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
}

.vpro-view  .guinpu #attr_37 {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  font-family: 'Montserrat';
}

.vpro-view  .guinpu #attr_38 {
  width: 100%;
  height: 203px;
  margin-bottom: 61px;
  border-radius: 14px;
  border: 1px solid #868686;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 300;
  color: #8D8D8D;
  padding-top: 13px;
  font-family: 'Montserrat';
}

.vpro-view  .guinpu .cc-b {
  width: 101px;
  height: 33px;
  border-radius: 40px;
  border: 1px solid #009173;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #009173;
  font-weight: 400;
  background: transparent;
  margin: auto;
  cursor: pointer;
  font-family: 'Montserrat';
}

.vpro-view  .md-item-text-animation h3,
.vpro-view  .md-item-text-animation p {
  animation: identifier 0.7s linear forwards;
}

@keyframes identifier {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .vpro-view  .banner-div {
    top: 13%;
    width: 90%;
  }
  .vpro-view  .tab-p-item,.tab-img-item{
    margin-bottom: 15px;
  }
  .vpro-view  .md-item-text p {
    width: 60%;
  }
  .vpro-view  .tab-p-item p{
    font-size: 15px;
    padding-bottom: 15px;
  }
  
  .vpro-view  .tab-img-bottom img {
    height: 69vh;
  }
  .vpro-view  .tab-span-item span{
    font-size: 14px;
  }
  .vpro-view  .ticontent,
  .vpro-view  .app-content,
  .vpro-view  .canshu-content,
  .vpro-view  .form-bd-content {
    width: 1140px;
    margin: auto;
  }

  .vpro-view  .md-item-text {
    top: 9%;
  }

  .vpro-view  .app-item {
    width: 211px;
    height: 172px;
  }

  .vpro-view  .banner-div a {
    width: 181px;
    height: 28px;
    font-size: 13px;
    line-height: 13px;
  }

  .vpro-view  .cc-input input:not(:last-child) {
    width: 49%;
  }

  .vpro-view  .md-item-text {
    width: 80%;
  }

  .vpro-view  .banner-div p {
    margin-bottom: 12px;
  }

  .vpro-view  .banner-div h4 {
    margin-bottom: 20px;
  }

  .vpro-view  .canshu-content table tr td:not(:first-child) {
    font-size: 15px;
  }

  .vpro-view  .canshu-content table tr td:first-child {
    font-size: 15px;
  }
}

@media screen and (max-width: 1140px) {
  .vpro-view  .tab-img-bottom img{
    height: auto;
  }
  .vpro-view  .banner {
    height: 65vh;
  }

  .vpro-view  .banner-div h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .vpro-view  .tab-span-item {
    height: 100%;
    padding: 15px;
  }
  .vpro-view  .cc-input input:not(:last-child),.guinpu #attr_37,.guinpu #attr_38 {
    font-size: 13px;
}
.vpro-view  .guinpu #attr_38 {
    margin-bottom: 31px;
  }

  .vpro-view  .guinpu .cc-b {
    margin-bottom: 20px;
  }

  .vpro-view   .ticontent,
  .vpro-view  .app-content,
  .vpro-view  .canshu-content,
  .vpro-view  .form-bd-content {
    width: 95%;

  }

  .vpro-view  .md-item img {
    height: auto;
  }

  .vpro-view  .app-item {
    width: 100%;
    margin-bottom: 10px;

  }

  .vpro-view  .app-item-img {
    width: auto;
    height: auto;
  }

  .vpro-view  .md-item-text {

    position: relative;
    padding: 35px 0 25px 0;
  }

  .vpro-view  .md-item-text {
    width: 95%;
  }



  .vpro-view  .banner-div h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }



  .vpro-view  .md-item-text h3 {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    opacity: 1;
    transform: translateY(0px);
    white-space: normal;
  }

  .vpro-view  .md-item-text p {
    font-size: 15px;
    color: #5D5D5D;
    line-height: 20px;
    width: 100%;
    opacity: 1;
    transform: translateY(0px);

  }

  .vpro-view  .banner-div-bottom span {
    font-size: 15px;
  }

  .vpro-view  .tab-p-item p {
    font-size: 13px;
  }

  .vpro-view  .tab-p-item {
    flex-direction: column;
  }

  .vpro-view  .tab-p-item p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  .vpro-view  .tab-img-item {
    margin-bottom: 41px;
  }

  .vpro-view   .app-content h3,
  .vpro-view   .canshu-content h3,
  .vpro-view  .form-bd-content h3 {
    font-size: 20px;

  }

  .vpro-view  .app-content p {
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
  }

  .vpro-view  .canshu-content table tr th:first-child {
    font-size: 13px;
    padding-left: 5px;
  }

  .vpro-view  .canshu-content table tr th:not(:first-child) {
    font-size: 13px;
    padding-left: 5px;
  }

  .vpro-view  .canshu-content table tr td:first-child {
    font-size: 13px;
    padding-left: 5px;
  }

  .vpro-view  .canshu-content table tr td:not(:first-child) {
    font-size: 13px;
    padding-left: 5px;
  }

  .vpro-view  .canshu {
    overflow-x: scroll;
  }

  .vpro-view  .banner-div-bottom span {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px !important;
    line-height: 10px !important;
  }

  .vpro-view  .banner-div p {
    margin-bottom: 10px;
  }

  .vpro-view  .banner-div h4 {
    margin-bottom: 13px;
  }

  .vpro-view  .tab-img {

    padding-top: 32px;
    padding-bottom: 25px;
  }

  .vpro-view  .applications {
    padding-top: 29px;
  }

  .vpro-view  .form-bd {
    padding-bottom: 10px;
  }
}
