* {
	margin: 0;
	padding: 0;
}
a {
	color:#333;
	text-decoration:none;
	text-align: center;
}
.banner-introduce {
	background: rgba(16, 27, 67, 1);
	width: 100%;
	height: 480px;
	position: relative;
}

.banner-introduce-img {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 480px;
	
	object-fit: cover;
}

.banner-box-text {
	width: 1200px;
	height: 400px;
}

.banner-title1 {
	width: auto;
	height: auto;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	font-family: FZLTHJW;
	font-size: 40px;
	margin-top: 170px;
}

.banner-text {
	width: 627px;
	height: auto;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
	overflow: hidden;
	font-family: FZLTHJW;
	font-size: 16px;
	font-weight: normal;
	margin-top: 37px;
	-ms-word-break: break-all;
	-ms-text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.banner-btn-box {
	width: 350px;
	text-align: center;
	margin-top: 62px;
	display: flex;
}

.banner-btn {
	background: rgba(0, 134, 241, 1);
	width: 100px;
	height: 40px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

:nth-child(2).banner-btn {
	background: rgba(0, 204, 254, 1);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-image: none;
	box-shadow: none;
}

:nth-child(3).banner-btn {
	background: none;
	border: 1px solid rgba(247, 247, 247, 1);
	border-image: none;
}

:nth-child(3).banner-btn:hover {
	border-color: rgba(0, 134, 241, 1);
}

:nth-child(3).banner-btn:hover a {
	color: rgba(0, 134, 241, 1);
}

.banner-btn>a {
	color: rgba(255, 255, 255, 1);
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
}

.banner-btn-more {}

.banner-btn-experience {
	background: rgba(0, 204, 254, 1);
}

.banner-bottom-nav {
	background: rgba(223, 233, 243, 1);
	height: 60px;
	text-align: left;
	font-size: 18px;
	min-width: 1200px;
	max-width: 100%;
}

.banner-bottom-nav>ul {
	margin: 0px auto;
	width: 1200px;
	height: 60px;
	line-height: 60px;
}

.banner-bottom-nav>ul>li {
	text-decoration: none;
	margin-right: 73px;
	display: inline-block;
	list-style-type: none;
}

.mainnav {
	background: rgb(255, 255, 255);
	top: 0px;
	width: 100%;
	height: 60px;
	text-align: left;
	line-height: 60px;
	z-index: 95;
}

.template-width {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}

.mainnav-click-active {
	border-bottom-color: rgb(0, 134, 241);
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.mainnav-list {
	color: rgb(48, 48, 48);
	font-size: 16px;
	margin-right: 60px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.introduce-pc {
	margin: 0px auto;
	width: 100%;
	height: auto;
	padding-top: 93px;
	padding-bottom: 0px;
	position: relative;
}

.introduce-title-pc {
	margin: 0px auto;
	width: auto;
	height: auto;
	text-align: center;
	color: rgba(6, 24, 40, 1);
	font-family: PingFang SC;
	font-size: 32px;
	font-weight: 500;
}

.introduce-text-pc {
	margin: 29px auto 50px;
	width: 1071px;
	height: auto;
	text-align: center;
	color: rgba(13, 10, 38, 0.75);
	line-height: 24px;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 400;
}

.about-swipe-container {
	margin: 0px auto;
	width: 1200px;
	height: 385px;
}

.introduce-card-box-pc {
	width: auto;
	height: 315px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.introduce-card-title-pc {
	margin: 20px auto;
	text-align: center;
	color: rgba(6, 24, 40, 1);
	font-family: PingFang;
	font-size: 22px;
	font-weight: 500;
	max-height: 50px;
	max-width: 212px;
}

.introduce-card-text-pc {
	margin: 0px auto;
	width: 250px;
	height: auto;
	color: rgba(14, 28, 40, 1);
	line-height: 28px;
	font-family: PingFang SC;
	font-size: 14px;
	font-weight: 400;
}

.introduce-card-pc {
	background: rgba(251, 252, 253, 1);
	width: 292px;
	height: 314px;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.introduce-icon-pc {
	margin-top: 35px;
	max-height: 85px;
	max-width: 85px;
}

.introduce-icon-pc img {
	width: 100%;
	height: 100%;
	display: block;
}

.introduce-card-pc:hover .introduce-icon-pc {
	opacity: 0;
}

.introduce-card-pc:hover .introduce-card-content-pc {
	margin-top: -80px;
}

.introduce-card-pc:hover {
	background: rgba(35, 134, 238, 1);
	transition: 0.3s;
	opacity: 1;
	box-shadow: 0px 21px 72px 10px rgba(19, 32, 46, 0.2);
}

.introduce-card-pc:hover .introduce-card-button-pc {
	background: rgba(35, 134, 238, 1);
	transition: 0.3s;
	opacity: 1;
	box-shadow: 0px 21px 72px 10px rgba(19, 32, 46, 0.2);
}

.introduce-card-pc:hover .introduce-card-title-pc {
	transition: 0.3s;
	color: rgba(255, 255, 255, 1);
}

.introduce-card-pc:hover .introduce-card-text-pc {
	transition: 0.3s;
	color: rgba(255, 255, 255, 1);
}

.introduce-swiper-wrapper-pc {
	width: 1200px !important;
	height: 385px !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
}

.introduce-swiper-slide-pc {
	width: 293px !important;
	height: 315px !important;
}

:nth-child(n+2).introduce-swiper-slide-pc {
	margin-left: 10px;
}

.introduce-card-button-pc {
	background: rgba(251, 252, 253, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	border-image: none;
	left: 50%;
	width: 100px;
	height: 40px;
	bottom: 25px;
	margin-left: -50px;
	position: absolute;
	opacity: 0;
}

.introduce-card-button-pc a {
	width: 100%;
	height: 100%;
	text-align: center;
	color: rgba(251, 252, 253, 1);
	line-height: 40px;
	font-size: 14px;
}

.swiper-pagination {
	display: none;
}

.product-plan-pc {
	background: rgba(234, 239, 243, 1);
	width: 100%;
	height: auto;
}

.product-plan-container-pc {
	margin: 0px auto;
	border: 1px solid transparent;
	border-image: none;
	width: 1200px;
	height: auto;
}

.product-plan-title-pc {
	margin: 83px auto 20px;
	width: auto;
	height: auto;
	color: rgba(6, 24, 40, 1);
	line-height: 24px;
	font-family: PingFang SC;
	font-size: 32px;
	font-weight: 500;
}

.product-plan-box-pc {
	width: 100%;
	height: auto;
	display: flex;
	min-height: 600px;
	flex-direction: row;
}

.product-plan-item {
	padding-top: 80px;
	position: relative;
}

.product-plan-item li {
	background: rgba(234, 239, 243, 1);
	left: 80px;
	width: 393px;
	height: 240px;
	position: absolute;
}

.product-plan-item li:nth-child(n+2) {
	display: none;
}

.product-plan-left-bar-pc {
	padding: 80px 0px 160px;
	width: 140px;
	height: auto;
	box-shadow: inset -20px 0px 20px -10px rgba(0, 0, 0, 0.04);
}

.product-plan-left-bar-pc li {
	list-style: none;
	width: 170px;
	height: 60px;
	text-align: left;
	color: rgba(6, 24, 40, 1);
	line-height: 60px;
	padding-left: 10px;
	font-size: 16px;
	cursor: pointer;
}

.product-plan-left-active {
	background: rgba(45, 139, 238, 1);
	color: rgba(255, 255, 255, 1) !important;
	font-size: 20px !important;
}

.product-plan-right-pc {
	width: 100%;
	height: auto;
	position: relative;
}

.product-plan-buttons-pc {
	margin-top: 30px;
	margin-left: 30px;
	display: flex;
	flex-direction: row;
}

.product-plan-button1-pc {
	border: 1px solid rgba(35, 134, 238, 1);
	border-image: none;
	width: 100px;
	height: 40px;
}

.product-plan-button2-pc {
	border: 1px solid rgba(35, 134, 238, 1);
	border-image: none;
	width: 100px;
	height: 40px;
}

.product-plan-button1-pc {
	margin-right: 10px;
}

.product-plan-button2-pc {
	background: rgba(35, 134, 238, 1);
}

.product-plan-button1-pc a {
	color: rgb(255, 255, 255);
	line-height: 40px;
	font-size: 14px;
	display: block;
}

.product-plan-button2-pc a {
	color: rgb(255, 255, 255);
	line-height: 40px;
	font-size: 14px;
	display: block;
}

.product-plan-button1-pc a {
	color: rgba(35, 134, 238, 1);
}

.product-plan-button2-pc a {}

.product-plan-img {
	top: 50px;
	width: 900px;
	height: 600px;
	right: -350px;
	position: absolute;
}

.product-plan-img img {
	width: 80%;
	height: 100%;
	display: block;
	position: absolute;
}

.product-plan-img img:nth-child(n+2) {
	display: none;
}

.function-introduce-pc {
	background: rgba(246, 246, 246, 1);
	margin: 0px auto;
	width: 100%;
	height: auto;
	padding-top: 77px;
	padding-bottom: 57px;
}

.function-introduce-title-pc {
	margin: 0px auto 40px;
	width: 100%;
	height: auto;
	color: rgba(6, 24, 40, 1);
	font-family: FZLTZHJW;
	font-size: 36px;
	font-weight: normal;
}

.function-list-pc {
	margin: 0px auto;
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.function-list-pc li {
	background: rgba(251, 252, 253, 1);
	transition: 0.3s;
	width: 293px !important;
	height: 385px !important;
	position: relative;
}

.function-list-pc li:hover {
	background: rgba(35, 134, 238, 1);
	box-shadow: 0px 11px 32px 0px rgba(19, 32, 46, 0.1);
}

.function-list-pc li:hover .function-item-title-pc {
	color: rgba(255, 255, 255, 1);
}

.function-list-pc li:hover .function-item-text-pc {
	color: rgba(255, 255, 255, 1);
}

.function-item-img-pc {
	margin: 38px auto 41px;
	width: 83px;
	height: 58px;
}

.function-item-img-pc img {
	width: 100%;
	height: 100%;
	display: block;
}

.function-item-title-pc {
	margin: 0px auto;
	transition: 0.3s;
	width: 212px;
	height: 50px;
	color: rgba(6, 24, 40, 1);
	font-family: PingFang;
	font-size: 22px;
	font-weight: 500;
}

.function-item-text-pc {
	margin: 0px auto;
	transition: 0.3s;
	width: 266px;
	height: 86px;
	text-align: center;
	color: rgba(14, 28, 40, 1);
	line-height: 24px;
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
	opacity: 0.75;
}

.function-item-btn-pc {
	background: none;
	margin: 0px auto;
	border: 1px solid rgba(255, 255, 255, 1);
	border-image: none;
	width: 100px;
	height: 40px;
}

.function-item-btn-pc a {
	width: 100%;
	height: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	line-height: 40px;
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}

.industry-scheme-pc {
	background: rgba(255, 255, 255, 1);
	margin: 0px auto;
	width: 1200px;
	height: auto;
	padding-bottom: 30px;
}

.scheme-title-pc {
	margin: 100px auto 53px;
	width: auto;
	height: auto;
	color: rgba(6, 24, 40, 1);
	font-family: FZLTZHJW;
	font-size: 32px;
	font-weight: normal;
}

.industry-list-pc {
	margin: 0px auto;
	width: 1200px;
	height: auto;
}

.industry-list-pc li {
	background: rgba(247, 247, 247, 1);
	width: calc(1180px /3);
	height: 240px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.industry-list-pc li:nth-child(3n) {
	margin-right: 0px;
}

.industry-list-pc li:hover {
	box-shadow: 0px 11px 32px 0px rgba(19, 32, 46, 0.2);
	background-image: url("manufacture-relative-bg.png") !important;
	background-size: cover;
}

.industry-list-pc li:hover .industry-title-pc {
	margin-top: 27px;
}

.industry-list-pc li:hover .industry-title-pc {
	color: rgba(255, 255, 255, 1) !important;
}

.industry-list-pc li:hover .industry-text-pc {
	color: rgba(255, 255, 255, 1) !important;
}

.industry-list-pc li:hover .product-button-pc {
	width: 100px;
	height: 40px;
}

.industry-list-pc li:hover .color-style1 {
	border: 1px solid rgba(255, 255, 255, 1);
	border-image: none;
	color: rgba(255, 255, 255, 1) !important;
	font-size: 14px !important;
}

.industry-list-pc li:hover .color-style2 {
	background: rgba(0, 204, 254, 1);
	border: 1px solid rgba(0, 204, 254, 1);
	border-image: none;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
}

.industry-list-pc li:hover a {
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px !important;
	display: inline-block;
}

.industry-title-pc {
	margin: 60px 0px 19px 30px;
	transition: 0.3s;
	width: auto;
	height: auto;
	text-align: left;
	color: rgba(6, 24, 40, 1);
	font-family: FZLTHJW;
	font-size: 24px;
	font-weight: normal;
}

.industry-title-bar-pc {
	background: rgba(0, 204, 254, 1);
	width: 30px;
	height: 4px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.industry-text-pc {
	width: 333px;
	text-align: left;
	color: rgba(6, 24, 40, 1);
	line-height: 22px;
	overflow: hidden;
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
	margin-right: 31px;
	margin-bottom: 20px;
	margin-left: 30px;
	max-height: 110px;
	opacity: 0.75;
}

.more-product-button-pc {
	margin: 0px auto;
	width: 175px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.more-product-pc {
	margin-top: 30px;
}

.more-product-button-pc .read_more {
	width: 100%;
	height: 100%;
	color: rgba(6, 24, 40, 1);
	font-family: FZLTHJW;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}

.story {
	background: rgba(234, 239, 243, 1);
	padding-bottom: 90px;
}

.story-container {
	flex-flow: row wrap;
	text-align: left;
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	justify-content: space-between;
}

.template-titlte {
	color: rgba(6, 24, 40, 1);
	padding-top: 73px;
	padding-bottom: 50px;
	font-family: PingFang SC;
	font-size: 32px;
	font-weight: 500;
}

.story-box {
	transition: 0.3s;
	width: 49.6%;
	height: 371px;
	margin-bottom: 10px;
	vertical-align: top;
	display: inline-block;
	position: relative;
}

.story-img-box {
	width: 100%;
	height: 229px;
}

.story-img {
	width: 100%;
	display: block;
}

.story-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.story-box-posit {
	background: rgba(249, 251, 253, 1);
	padding: 28px 30px 30px;
	transition: 0.3s;
	left: 0px;
	width: 100%;
	height: 145px;
	bottom: 0px;
	position: absolute;
}

.story-box-title {
	color: rgb(12, 30, 44);
	font-size: 24px;
	font-weight: 500;
}

.story-box-text {
	color: rgb(99, 106, 114);
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
}

.story-box-btn {
	transition: 0.3s;
	width: 100px;
	height: 0px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	cursor: pointer;
	background-color: rgb(0, 134, 241);
}

.story-box:hover {
	box-shadow: 0px 20px 80px 0px rgba(18, 32, 46, 0.3);
}

.story-box:hover .story-box-btn {
	height: 40px;
	margin-top: 20px;
}

.story-box:hover .story-box-posit {
	background: rgba(250, 251, 253, 1);
	height: 200px;
	padding-top: 17px;
}

.product-scheme-pc {
	margin: 0px auto;
	width: 100%;
	height: auto !important;
	padding-top: 80px;
	padding-bottom: 90px;
	position: relative;
}

.product-scheme-bg-pc {
	margin: 0px auto;
	width: 100%;
	height: 100%;
}

.product-scheme-bg-pc img {
	width: 100%;
	height: 100%;
	display: block;
}

.product-list-li-pc {
	margin: 0px auto !important;
	flex-flow: row wrap;
	width: 1200px;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.product-list-li-pc li {
	background: rgba(247, 247, 247, 1);
	transition: 0.3s;
	width: 595px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
}

.product-list-li-pc li:hover {
	box-shadow: 0px 11px 32px 0px rgba(19, 32, 46, 0.2) !important;
	background-image: url("manufacture-relative-bg.png") !important;
	background-size: cover;
}

.product-list-li-pc li:hover .product-title-pc {
	color: rgba(255, 255, 255, 1);
	margin-top: 31px;
}

.product-list-li-pc li:hover .product-title-pc {
	color: rgba(255, 255, 255, 1) !important;
}

.product-list-li-pc li:hover .product-text-pc {
	color: rgba(255, 255, 255, 1) !important;
}

.product-list-li-pc li:hover .product-button-pc {
	border: 1px solid white;
	border-image: none;
}

.product-list-li-pc li:hover .product-btn-style2-pc {
	opacity: 1;
}

.product-list-li-pc li:hover .product-button-right-pc {
	background: rgba(255, 255, 255, 1);
}

.product-list-li-pc li:hover a {
	width: 100%;
	height: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 1) !important;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.product-list-li-pc li:hover .product-button-right-pc>a {
	color: rgba(35, 134, 238, 1) !important;
}

.product-img-pc {
	width: 60px;
	height: 100%;
	margin-right: 10px;
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-list-li-pc li:hover .product-img-pc {
	display: none;
}

.product-list-li-pc li:hover .product-info-pc {
	margin-left: 50px;
}

.product-img-pc img {
	width: 100%;
	height: auto;
	display: block;
}

.product-scheme-title-pc {
	width: 100%;
	height: auto;
	color: rgba(6, 24, 40, 1);
	font-family: PingFang SC;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 53px;
	position: relative;
}

.product-scheme-title2-pc {
	width: 100%;
	height: 35px;
	color: rgba(0, 0, 0, 1);
	font-family: FZLTZHJW;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 53px;
	position: relative;
}

.product-info-pc {
	width: auto;
	height: 231px;
}

.product-title-pc {
	margin: 56px 0px 20px 14px;
	transition: 0.3s;
	width: auto;
	height: 22px;
	text-align: left;
	color: rgba(6, 24, 40, 1);
	font-family: PingFang;
	font-size: 22px;
	font-weight: 500;
}

.product-text-pc {
	transition: 0.3s;
	width: 429px;
	text-align: left;
	color: rgba(6, 24, 40, 1);
	line-height: 28px;
	font-family: PingFang;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-left: 14px;
	min-height: 48px;
	opacity: 0.75;
}

.product-buttons-pc {
	display: flex;
	flex-direction: row;
}

.product-button-pc {
	width: 100px;
	height: 40px;
	margin-right: 10px;
}

.industry-list-li .product-buttons-pc {
	padding-left: 30px;
}

.product-info-pc .product-buttons-pc {
	padding-left: 14px;
}

.product-button-left-pc {
	margin-left: 14px;
}

.product-btn-style2-pc {
	opacity: 0;
}

.product-advantage-pc {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.advantage-title-pc {
	margin: 80px auto 50px;
	width: auto;
	height: 35px;
	color: rgba(6, 24, 40, 1);
	line-height: 48px;
	font-family: FZLTZHJW;
	font-size: 36px;
	font-weight: normal;
}

.advantage-swipe-container-pc {
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.advantage-swiper-wrapper-pc {
	margin: 0px auto;
	flex-flow: row wrap;
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.advantage-swiper-slide-pc {
	width: 393px;
	height: 280px;
}

.advantage-card-box-pc {
	width: 595px;
	height: 200px;
}

.advantage-card-pc {
	width: 100%;
	height: 100%;
}

.advantage-card-pc:hover {
	background: rgba(35, 134, 238, 1) !important;
	box-shadow: 0px 11px 32px 0px rgba(19, 32, 46, 0.2);
}

.advantage-card-pc:hover .industry-title-pc {
	color: rgba(255, 255, 255, 1);
}

.advantage-card-pc:hover .relative-product-text-pc {
	color: rgba(255, 255, 255, 1);
}

.industry-title-pc {
	width: auto;
	height: 22px;
	color: rgba(6, 24, 40, 1);
	font-family: FZLTHJW;
	font-size: 22px;
	font-weight: normal;
}

.introduce-card-title-bar-pc {
	background: rgba(0, 204, 254, 1);
	margin: 19px 0px 30px 31px;
	width: 30px;
	height: 4px;
}

.relative-product-text-pc {
	margin: 0px 0px 0px 30px;
	transition: 0.3s;
	width: 293px;
	height: 42px;
	color: rgba(6, 24, 40, 1);
	line-height: 28px;
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
	opacity: 0.75;
}

.relative-product-text2-pc {
	transition: 0.3s;
	width: auto;
	text-align: left;
	color: rgba(6, 24, 40, 1);
	line-height: 28px;
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 36px;
	margin-left: 30px;
	display: flex;
	min-height: 48px;
	opacity: 0.75;
	flex-direction: row;
}

.relative-product-text-left {
	width: 80px;
	height: auto;
}

.relative-product-text-right {
	width: 430px;
	height: auto;
}

.relative-product-btns-style {
	margin-top: -30px !important;
	margin-left: -200px !important;
}

.about-product-pc {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.about-title-pc {
	margin: 80px auto 50px;
	width: auto;
	height: 35px;
	color: rgba(6, 24, 40, 1);
	line-height: 48px;
	font-family: FZLTZHJW;
	font-size: 36px;
	font-weight: normal;
}

.about-swipe-container2-pc {
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.about-swiper-wrapper-pc {
	margin: 0px auto;
	flex-flow: row wrap;
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.about-swiper-slider-pc {
	width: 393px;
	height: 280px;
}

.about-product-box-pc {
	width: 100%;
	height: 100%;
}

.about-product-info-pc {
	width: 100%;
	height: 100%;
	padding-top: 75px;
}

.about-product-title-pc {
	margin: 0px 0px 19px 30px !important;
	width: auto;
	height: 22px;
	color: rgba(6, 24, 40, 1);
	font-family: FZLTHJW;
	font-size: 22px;
	font-weight: normal;
}

.about-product-message-pc {
	margin: 0px 0px 0px 30px;
	transition: 0.3s;
	width: 340px;
	height: 42px;
	color: rgba(6, 24, 40, 1);
	line-height: 28px;
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
	opacity: 0.75;
}

.relative-product-pc {
	background: rgba(234, 239, 243, 1);
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}

.relative-title-pc {
	margin: 0px auto 50px;
	width: auto;
	height: auto;
	color: rgba(6, 24, 40, 1);
	line-height: 48px;
	padding-top: 70px;
	font-family: FZLTZHJW;
	font-size: 32px;
	font-weight: normal;
}

.title-color-pc {
	color: rgba(0, 204, 254, 1);
}

.relative-swipe-container-pc {
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.relative-swiper-wrapper-pc {
	margin: 0px auto;
	flex-flow: row wrap;
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.relative-swiper-slide-pc {
	background: rgba(255, 255, 255, 1);
	transition: 0.3s;
	width: 593px !important;
	height: 393px !important;
	overflow: hidden;
	margin-bottom: 10px;
}

.relative-card-box-pc {
	width: 100%;
	height: 100%;
}

.relative-swiper-slide-pc:hover {
	box-shadow: 0px 11px 32px 0px rgba(19, 32, 46, 0.2) !important;
	background-image: url("product-template-relative.png");
	background-size: cover;
}

.relative-swiper-slide-pc:hover .relative-card-pc {
	background: rgba(35, 134, 238, 1);
}

.relative-swiper-slide-pc:hover .relative-card-title-pc {
	color: rgba(255, 255, 255, 1);
}

.relative-swiper-slide-pc:hover .relative-product-text-pc {
	color: rgba(255, 255, 255, 1);
}

.relative-swiper-slide-pc:hover .product-btns-right a {
	background: rgba(255, 255, 255, 1);
	color: rgba(35, 134, 238, 1);
}

.relative-swiper-slide-pc:hover .relative-card1-pc {
	margin-top: -40px;
}

.relative-swiper-slide-pc:hover .title-color-pc {
	color: rgba(255, 255, 255, 1);
}

.relative-swiper-slide-pc:hover .relative-product-text2-pc {
	color: rgba(255, 255, 255, 1);
}

.relative-swiper-slide-pc:hover .product-btn-right-pc {
	background: rgba(0, 204, 254, 1) !important;
}

.relative-card-pc {
	transition: 0.3s;
	width: 100%;
	height: 100%;
}

.relative-card1-pc {
	transition: 0.3s;
}

.relative-card-title-pc {
	margin: 75px 0px 19px 30px;
	transition: 0.3s;
	width: auto;
	height: 22px;
	text-align: left;
	color: rgba(6, 24, 40, 1);
	font-family: FZLTHJW;
	font-size: 22px;
	font-weight: normal;
}

.relative-product-text-pc {
	transition: 0.3s;
	width: 293px;
	height: 42px;
	color: rgba(6, 24, 40, 1);
	line-height: 28px;
	font-family: FZLTHJW;
	font-size: 14px;
	font-weight: normal;
	margin-right: 31px;
	margin-bottom: 43px;
	margin-left: 29px;
	opacity: 0.75;
}

.relative-product-btns-pc {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-left: 31px;
}

.product-btns-left {
	background: none;
	border: 1px solid rgba(255, 255, 255, 1);
	border-image: none;
	width: 100px;
	height: 40px;
	margin-right: 10px;
	display: inline-block;
}

.product-btns-right {
	background: none;
	border: 1px solid rgba(255, 255, 255, 1);
	border-image: none;
	width: 100px;
	height: 40px;
	display: inline-block;
}

.product-btns-left a {
	width: 100%;
	height: 100%;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.product-btns-right a {
	background: rgba(255, 255, 255, 1);
	transition: 0.3s;
	width: 100%;
	height: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
}

.relative-product-text-left {}

.contact-title {
	text-align: left;
}

.popVideo {
	background: rgba(0, 0, 0, 0.5);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999999;
}

.popVideo-content {
	margin: 0px auto;
	width: 66%;
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}

.popVideo-core {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.popVideo-core video {
	width: 100%;
}

.popVideo-close {
	background: url("../images/public/close.png") no-repeat center;
	transition: 0.6s;
	top: -28px;
	width: 28px;
	height: 28px;
	right: -28px;
	position: absolute;
	z-index: 3;
	cursor: pointer;
	opacity: 0.7;
}

.popVideo-close:hover {
	opacity: 1;
}

@media all and (max-width:1199px) and (min-width:751px) {
	.banner-box-text {
		width: 100% !important;
	}

	.template-width {
		width: 100% !important;
	}

	.introduce {
		width: 100% !important;
	}

	.introduce-text-pc {
		width: 100% !important;
	}

	.about-swipe-container {
		width: 100% !important;
	}

	.introduce-swiper-wrapper-pc {
		width: 100% !important;
	}

	.introduce-card-pc {
		width: 100% !important;
	}

	.introduce-card-text-pc {
		width: 100% !important;
	}

	.product-plan-container-pc {
		width: 100% !important;
	}

	.industry-scheme-pc {
		width: 100% !important;
	}

	.industry-list-pc {
		width: 100% !important;
	}

	.product-list-li-pc {
		width: 100% !important;
	}

	.contact-pc {
		width: 100% !important;
	}

	.relative-swiper-wrapper-pc {
		padding: 0px 2vw;
		width: calc(100% - 4vw) !important;
	}

	.template-width {
		padding-left: 10px;
	}

	.introduce-text-pc {
		padding-right: 10px;
	}

	.banner-title1 {
		text-align: center;
	}

	.banner-text {
		margin-right: auto;
		margin-left: auto;
	}

	.banner-btn-box {
		margin-right: auto;
		margin-left: auto;
	}

	.introduce-swiper-slide-pc {
		width: 24% !important;
	}

	.introduce-card-title-pc {
		margin: 10px 0px;
		font-size: 18px;
	}

	.introduce-card-text-pc {
		padding: 0px 10px;
		font-size: 12px;
	}

	.product-plan-item li {
		width: auto;
	}

	.industry-text-pc {
		width: 28vw;
	}

	.product-plan-item li {
		left: 30px;
	}

	.product-plan-img {
		width: 45vw;
		height: 100%;
		right: -10px;
	}

	.product-plan-img img {
		min-height: 70%;
	}

	.industry-list-pc li {
		width: calc((100% - 20px) /3);
	}

	.product-list-li-pc li {
		width: 49.6% !important;
	}

	.relative-swiper-slide-pc {
		width: 49.6% !important;
	}

	.product-img-pc {
		margin-left: 20px;
	}

	.product-text-pc {
		width: 37vw;
	}

	.relative-product-text-right {
		width: 40vw;
		padding-right: 10px;
	}

	.relative-product-btns-pc {
		margin-left: -100px !important;
	}
}
