.product-top {
	width: 100%;
	height: 550px;
	background: url('/static/images/banner/banner-products02.webp') no-repeat;
	background-size: 100% 100%;
	padding-top: 110px;
	position: relative
}
.cont {
	display: flex;
	justify-content: space-between;
	margin-top: 60px
}
.cont .img {
	width: 50%;
	max-width: 790px;
	position: relative;
	z-index: 1;
	padding: 12px 0 0 12px
}
.cont .img img {
	border-radius: 0 50px 0 50px
}
.cont .img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	max-width: 430px;
	height: 50%;
	max-height: 280px;
	background: var(--bgshadowcolor);
	border-radius: 10px;
	z-index: -1
}
.cont .text {
	width: 50%;
	margin-left: 40px;
	margin-top: 15px;
	position: relative;
	z-index: 2
}
.cont .text>span {
	font-size: 16px;
	color: #f66f35;
	display: block
}
.cont h1 {
	display: inline-block;
	position: relative;
	font-size: 36px;
	color: var(--white);
	margin: 8px 0 25px;
	text-transform: capitalize
}
.cont h1::before {
	content: '';
	position: absolute;
	right: -15px;
	bottom: 7px;
	width: 42px;
	height: 42px;
	background: url("/static/images/products/title-icon2.webp") no-repeat;
	z-index: -1
}
.cont .params {
	position: absolute;
	left: -130px;
	top: 95px;
	width: 112%;
	padding: 55px 0 60px 55px;
	background: linear-gradient(90deg, #e4f0ff, var(--white));
	border-radius: 0 50px 0 50px;
	z-index: 99
}
.cont .params::before {
	content: '';
	position: absolute;
	right: 35px;
	top: 20px;
	width: 56px;
	height: 354px;
	background: url("/static/images/products/huataigr.webp") no-repeat;
	z-index: 999
}
.cont .params::after {
	content: '';
	position: absolute;
	right: 60px;
	top: 40px;
	width: 105px;
	height: 24px;
	background: url("/static/images/products/jiantou.webp") no-repeat;
	z-index: 1000
}
.cont .params ul {
	width: 87%;
	max-width: 680px;
	margin-right: 90px;
	margin-bottom: 40px
}
.cont .params ul li {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e3e3e3
}
.cont .params ul li:first-child {
	margin-bottom: 20px
}
.params ul li p:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 30%;
	max-width: 200px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid var(--bgcolor);
	color: var(--bgcolor);
	margin-right: 25px;
	padding-left: 15px
}
.params ul li:last-child p:first-child {
	padding-left: 13px
}
.params ul li p, .params ul li span {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 26px;
}
.params ul li p span {
	color: var(--bgcolor)
}
.params ul li p img {
	width: 21px;
	height: 21px;
	margin-right: 10px
}
.params ul li:last-child p img {
	width: 28px;
	height: 28px;
	margin-right: 5px
}
.product-cta {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap
}
.product-cta>a {
	width: 35%;
	max-width: 270px;
	height: 65px;
	margin-right: 6px;
	border-radius: 33px 0 0 33px;
	font-size: 20px
}
.product-cta>a span {
	margin-left: 15px;
	position: relative;
	z-index: 1
}
.product-cta>a span::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 1px;
	width: 26px;
	height: 26px;
	background: var(--white);
	border-radius: 50%;
	z-index: -1
}
.product-cta>a span i {
	color: var(--bgcolor);
	font-size: 28px;
	display: inline-block;
	margin-right: 20px
}
.product-cta ol {
	width: 65%;
	height: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--bgshadowcolor);
	padding-left: 30px
}
.product-cta ol li {
	width: 55%
}
.product-cta ol li:nth-child(2) {
	width: 1px;
	height: 30px;
	background: var(--white);
	margin: 0 20px
}
.product-cta ol li a {
	display: block;
	color: var(--white);
	font-size: 20px;
	line-height: 26px
}
.product-cta ol li span {
}
.product-cta ol li p {
	font-size: 18px
}
.product-cta ol li i {
	font-size: 20px;
	display: inline-block;
	margin-right: 8px;
	transition: all linear .5s
}
.products-content {
	margin-top: 225px
}
.products-content .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.main {
	width: 63%;
	max-width: 1000px;
	height: fit-content;
	box-shadow: 0 2px 10px 0 rgba(34,34,34,0.15)
}
.products-content .navbar {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e3e3e3
}
.products-content .navbar li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	max-width: 250px;
	height: 70px;
	font-size: 20px;
	color: var(--white);
	background: var(--bgshadowcolor)
}
.products-content .navbar li img {
	width: 25px;
	margin-right: 10px
}
.products-content .pro-cont {
	padding: 50px 70px 70px
}
.main .pro-text {
	text-align: left
}
h2, h3 {
	color: var(--fttcolor);
}
.pro-text h2 {
	font-size: 26px;
	margin-bottom: 25px
}
.pro-text h3 {
	font-size: 22px;
	margin-bottom: 15px
}
.pro-text p {
	font-size: 16px;
	line-height: 28px;
	color: var(--fttcolor);
	margin-bottom: 20px
}
.pro-text img {
	margin: 30px auto
}
.pro-text a {
	font-size: 16px;
	color: var(--bgcolor);
	transition: color linear .5s
}
.pro-text ol, .pro-text ul {
	padding-left: 40px
}
.pro-text ol li {
	list-style-type: auto
}
.pro-text ul li {
	list-style-type: disclosure-closed
}
.pro-text ul li::marker {
color:var(--bgcolor)
}
.pro-text li {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 28px;
	margin-bottom: 10px
}
.pro-text li:last-child {
	margin-bottom: 30px
}
.fktech table {
	width: 100%;
	background-color: var(--white);
	position: relative;
	font-size: 16px;
	height: auto;
	overflow: hidden
}
.fktech table thead {
	text-align: center;
	background: var(--bgshadowcolor);
	color: var(--white)
}
.fktech table .tabTh td {
	line-height: 2.5;
	vertical-align: middle;
	border-top: 1px solid var(--white);
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: .5rem 0;
	font-weight: 700
}
.fktech table .tabTh th {
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid var(--white);
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7
}
.fktech table tr.tabTh.th-last td {
	line-height: 2.5
}
.fktech table td {
	vertical-align: middle;
	border: 1px solid #e7e7e7
}
.fktech table tr td {
	text-align: center;
	padding: 15px 10px
}

@media(any-hover:hover) {
.product-cta ol li:hover i {
	transform: rotateY(360deg)
}
.pro-text a:hover {
	color: var(--bgscolor)
}
}

@media screen and (max-width:1680px) {
.cont h1 {
	font-size: 38px
}
.product-cta>a {
	display: none
}
.products-content .navbar li {
	font-size: 22px
}
.product-cta ol {
	width: 80%;
	padding: 0 25px
}
}

@media screen and (max-width:1440px) {
.cont h1 {
	font-size: 34px
}
.cont .params {
	padding: 45px 0 50px 45px
}
.products-content .pro-cont {
	padding: 40px 50px 50px
}
.products-content .pro-cont {
	padding: 40px 50px 50px
}
.products-content .navbar li {
	font-size: 20px
}
.products-content .navbar li img {
	width: 20px;
	margin-right: 10px
}
}

@media screen and (max-width:1280px) {
.cont h1 {
	font-size: 30px
}
.params ul li p, .params ul li span {
	font-size: 16px;
	line-height: 24px
}
.params ul li p img {
	width: 16px;
	height: 16px;
	margin-right: 5px
}
.params ul li:last-child p img {
	width: 18px;
	height: 18px
}
.cont .params {
	padding: 35px 0 40px 35px
}
.product-cta ol li a {
	font-size: 16px;
	line-height: 22px
}
.product-cta ol li p {
	font-size: 14px
}
.product-cta ol {
	padding: 0 10px
}
.products-content .navbar li {
	font-size: 15px
}
.products-content .pro-cont {
	padding: 30px 35px 35px
}
}

@media screen and (max-width:768px) {
.product-top {
	height: auto;
	background: url('/static/images/banner/banner-products02-sm.webp') no-repeat;
	background-size: 100% 100%;
	padding-top: 44px;
}
.breadcrumb {
	display: none
}
.cont {
	flex-wrap: wrap;
	margin-top: 30px
}
.cont .img {
	padding: 6px 0 0 6px
}
.cont .img::before {
	border-radius: 6px
}
.cont .img img {
	border-radius: 0 15px 0 15px
}
.cont .text {
	margin-left: 0;
	margin-top: 30px
}
.cont .text>span {
	font-size: 14px
}
.cont h1 {
	font-size: 28px;
	line-height: 30px
}
.cont h1::before {
	display: none
}
.cont .params {
	position: unset;
	width: 100%;
	padding: 25px 15px 30px;
	border-radius: 0 15px 0 15px
}
.cont .params ul {
	width: 100%;
	max-width: unset;
	margin-right: 0;
	margin-bottom: 20px
}
.cont .params ul li {
	padding-bottom: 15px;
	justify-content: space-between
}
.cont .params ul li:first-child {
	margin-bottom: 20px
}
.params ul li p:first-child {
	width: 32%;
	max-width: unset;
	height: 36px;
	border-radius: 18px;
	margin-right: 0;
	padding-left: 10px
}
.params ul li p:last-child {
	width: 63%
}
.params ul li p img {
	width: 14px;
	height: 14px;
	margin-right: 5px
}
.params ul li p, .params ul li p span {
	font-size: 14px;
	line-height: 20px
}
.params ul li:last-child p:first-child {
	padding-left: 8px
}
.params ul li:last-child p img {
	width: 16px;
	height: 16px;
	margin-right: 3px
}
.cont .params::before, .cont .params::after {
	display: none
}
.product-cta>a {
	display: none;
	margin: 20px 0 15px
}
.product-cta>a span {
	margin-left: 10px
}
.product-cta>a span i {
	font-size: 20px;
	margin-right: 8px
}
.product-cta>a span::before {
	left: 6px;
	top: 0;
	width: 20px;
	height: 20px
}
.product-cta ol {
	 width: 73%;
    height: 42px;
}
.product-cta ol li {
	width: 100%
}
.product-cta ol li a {
	font-size: 16px;
	line-height: 20px
}
.product-cta ol li i {
	font-size: 16px;
	margin-right: 5px
}
.product-cta ol li p {
	font-size: 13px
}
.product-cta ol li:nth-child(2) {
	height: 25px;
	margin: 0 10px
}
.products-content {
	margin-top: 45px
}
.products-content .container>div, .cont>div {
	width: 100%!important;
	max-width: unset!important
}
.products-content .pro-cont {
	padding: 25px 15px
}
.main {
	border-radius: 8px;
	box-shadow: 0 2px 5px 0 rgba(34,34,34,0.15)
}
.products-content .navbar li {
	width: 40%;
	max-width: unset;
	height: 45px;
	font-size: 18px;
	border-top-left-radius: 8px
}
.products-content .navbar li img {
	width: 16px;
	margin-right: 5px
}
.pro-text h2 {
	font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px
}
.pro-text h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 8px
}
.pro-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px
}
.pro-text img {
	width: 100%;
	margin: 20px auto;
	border-radius: 8px
}
.pro-text ol, .pro-text ul {
	padding-left: 30px
}
.pro-text li {
	font-size: 16px;
	line-height: 22px;
}
.pro-params {
	overflow-y: auto
}
.fktech table {
	font-size: 14px;
	border-radius: 0;
	position: relative
}
.fktech table .tabTh th {
	padding: 10px
}
.fktech table td {
	padding: 10px 5px
}
}
