* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}

/* a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
} */

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

::-webkit-scrollbar {
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	width: 5px;
	height: 1px;
}

/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 140, 214, 1);
}

/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.content1660 {
	margin: 0 auto;
	width: 1660px;
	max-width: 94%;
}

.content312 {
	padding: 0 3.12%;
}

.content1660 {
	width: 1660px;
	max-width: 94%;
	margin: 0 auto;
}

.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font42 {
	font-size: 42px;
}

.font60 {
	font-size: 60px;
}

.font72 {
	font-size: 72px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 1);
	transition: all .6s;
	backdrop-filter: blur(20px);
}

.header.innerHeader {
	position: sticky;
}

.header.innerHeader::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(222, 222, 222, 1);
}

.header.bg-transparent {
	background-color: rgba(0,0,0,.2);
}

.header .header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo-wrapper img {
	display: block;
	width: 239px;
}

.header .logo-wrapper img.logo2 {
	display: none;
}

.header.bg-transparent img.logo1 {
	display: none;
}

.header.bg-transparent img.logo2 {
	display: block;
}

.header .r {
	display: flex;
	align-items: center;
}

.header .r .nav-list {
	display: flex;
	gap: 50px;
}
.header .r .nav-list li.dropdown{
    position: relative;
}
.header .r .nav-list li>a {
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 80px;
	transition: all .6s;
}

.header.bg-transparent .r .nav-list li>a {
	color: #fff;
}

.header .r .nav-list li:hover>a,
.header .r .nav-list li.active>a {
	color: rgba(0, 140, 214, 1);
}
.header .r .nav-list .dropdown-menu{
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,10px);
	background: #FAFAFA;
	border-radius: 5px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s;
}
.header .r .nav-list li:hover .dropdown-menu{
	transform: translate(-50%,0);
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.header .r .nav-list .dropdown-menu1{
    min-width: 180px;
    padding: 20px 10px;
}
.header .r .nav-list .dropdown-menu1 a{
    display: block;
    transition: all .3s;
font-weight: 400;
font-size: 16px;
color: #222222;
line-height: 50px;
padding: 0 20px;
white-space: nowrap;
border-radius: 5px;
text-align: center;
}
.header .r .nav-list .dropdown-menu1 a:not(:last-child){
    margin-bottom: 8px;
}
.header .r .nav-list .dropdown-menu1 a:hover{
    background: #008CD6;
box-shadow: 0px 10px 20px 0px rgba(0,140,214,0.1);
color: #fff;
}
.header .r .nav-list .dropdown-content{
	display: flex;
}
.header .r .nav-list .dropdown-content .product-categories{
	width: 240px;
	padding-bottom: 59px;
}
.header .r .nav-list .dropdown-content .product-categories a{
	position: relative;
	display: flex;
font-weight: 400;
font-size: 18px;
color: rgba(34, 34, 34, 1);
padding: 0 24px 0 36px;
line-height: 60px;
justify-content: space-between;
align-items: center;
transition: all .6s;
/* border-radius: 5px;
overflow: hidden; */
}
.header .r .nav-list .dropdown-content .product-categories a::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #3A7395, #A7C0CF);
	opacity: 0;
	transition: all .6s;
}
.header .r .nav-list .dropdown-content .product-categories a.active::before{
	opacity: 1;
}
.header .r .nav-list .dropdown-content .product-categories a span{
	position: relative;
	z-index: 2;
}
.header .r .nav-list .dropdown-content .product-categories a:hover{
	color: rgba(60, 116, 150, 1);
}
.header .r .nav-list .dropdown-content .product-categories a.active{
	color: #FFFFFF;
}
.header .r .nav-list .dropdown-content .product-categories a .iconfont{
	color: #fff;
	opacity: 0;
	transition: all .6s;
}
.header .r .nav-list .dropdown-content .product-categories a.active .iconfont{
	opacity: 1;
}
.header .r .nav-list .dropdown-content-r{
	flex: 1;
}
.header .r .nav-list .dropdown-content-r-container{
	display: none;
}
.header .r .nav-list .dropdown-content-r-container.active{
	display: flex;
}
.header .r .nav-list .dropdown-content-r-l{
	padding: 33px 40px 33px 50px ;
	border-right: 1px solid RGBA(222, 222, 222, 1);
	width: 314px;
}
.header .r .nav-list .dropdown-content-r-r h4,
.header .r .nav-list .dropdown-content-r-l h4{
font-weight: bold;
font-size: 18px;
color: #222222;
line-height: 24px;
}
.header .r .nav-list .dropdown-content-r-l .sub-categories{
	margin-top: 23px;
}
.header .r .nav-list .dropdown-content-r-l .sub-categories a{
font-weight: 400;
font-size: 16px;
color: rgba(102, 102, 102, 1);
line-height: 48px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header .r .nav-list .dropdown-content-r-l .sub-categories a.active{
	color: #3C7496;
}
.header .r .nav-list .dropdown-content-r-l .sub-categories a .iconfont{
	opacity: 0;
	transition: all .6s;
}
.header .r .nav-list .dropdown-content-r-l .sub-categories a.active .iconfont{
	opacity: 1;
}
.header .r .nav-list .dropdown-content-r-r{
	flex: 1;
	padding: 33px 30px 33px 50px ;
}
.header .r .nav-list .dropdown-content-r-r .header-product-section{
	display: none;
}
.header .r .nav-list .dropdown-content-r-r .header-product-section.active{
	display: block;
}
.header .r .nav-list .dropdown-content-r-r h4{
	color: rgba(60, 116, 150, 1);
}
.header .r .nav-list .header-product-grid{
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}
.header .r .nav-list .header-product-grid .header-product-item{
	width: 180px;
}
.header .r .nav-list .header-product-grid .header-product-item .img{
	background: #E7ECEF;
	border-radius: 5px;
}
.header .r .nav-list .header-product-grid .header-product-item .picCover{
	padding-top: 66%;
}
.header .r .nav-list .header-product-grid .header-product-item .picCover .imgScale{
	max-width: 75%;
	max-height: 75%;
	width: auto;
	height: auto;
}
.header .r .nav-list .header-product-grid .header-product-item .header-product-name{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 30px;
margin-top: 15px;
text-align: center;
transition: all .6s;
}
.header .r .nav-list .header-product-grid .header-product-item:hover .header-product-name{
	color: rgba(0, 140, 214, 1);
}
.header .r .header-tools {
	margin-left: 100px;
	display: flex;
	align-items: center;
}

.header .r .header-tools .contact-phone {
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	display: flex;
	align-items: center;
	gap: 0 8px;
	transition: all .6s;
}

.header.bg-transparent .r .header-tools .contact-phone {
	color: #fff;
}

.header .r .header-tools .contact-phone .iconfont {
	color: rgba(0, 140, 214, 1);
	font-size: 22px;
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin: 0 26px;
}
.header.bg-transparent .r .header-search-box .header-searchBtn{
	color:#fff;
}
.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: #333;
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(0, 140, 214, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(0, 140, 214, 1);
}

.header .r .lang-switch {
	padding: 0 12px;
	line-height: 36px;
	background: #008CD6;
	border-radius: 18px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 5px;
}

.header .r .lang-switch .iconfont {
	font-size: 20px;
}

.footer {
	position: relative;
	background: linear-gradient(30deg, #294454, #335F7A);
	overflow: hidden;
}

.footer #canvas-container {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.footer .footer-content {
	position: relative;
	z-index: 4;
}

.footer-links-row {
	padding: 106px 0 132px;
	display: flex;
	justify-content: space-between;
}

.footer-nav-container {
	display: flex;
	width: 53.61%;
	justify-content: space-between;
}

.footer-nav-container .footer-heading {
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.footer-nav-container .footer-menu {
	margin-top: 45px;
}

.footer-nav-container .footer-menu li>a {
	font-weight: 400;
	font-size: 14px;
	color: #F4F4F4;
	line-height: 24px;
	transition: all .6s;
}

.footer-nav-container .footer-menu li:hover>a {
	opacity: .8;
}

.footer-nav-container .footer-menu li:not(:last-child) {
	margin-bottom: 12px;
}

.footer-info-container .footer-logo img {
	display: block;
	max-width: 66px;
}

.footer-info-container .company-name {
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	margin: 1.33em 0 1.08em;
}

.footer-info-container .text {
	font-weight: 400;
	font-size: 14px;
	color: #F4F4F4;
	line-height: 24px;
}

.footer-info-container .text p:not(:last-child) {
	margin-bottom: 12px;
}

.footer-friendly-link {
	display: flex;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 14px;
	color: #FAFAFA;
	line-height: 24px;
	gap: 0 20px;
}

.footer-bottom .copyright a,
.footer-friendly-link a {
	color: #FAFAFA;
	transition: all .6s;
}

.footer-bottom .copyright a:hover,
.footer-friendly-link a:hover {
	opacity: .7;
}

.footer-bottom {
	position: relative;
	margin-top: 47px;
	font-weight: 400;
	font-size: 14px;
	color: #FAFAFA;
	line-height: 24px;
	padding: 32px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom::before {
	position: absolute;
	top: 0;
	content: "";
	left: 50%;
	width: 100vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
	transform: translateX(-50%);
}

.footer-bottom .social-icons {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-bottom .social-icons a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(250, 250, 250, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	/* transition: all .6s; */
}

.footer-bottom .social-icons a:hover {
	background-color: #fff;
	color: rgba(81, 131, 161, 1);
}

.footer-bottom .social-icons a .iconfont {
	font-size: 20px;
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 10px;
}

.social-link {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
	position: relative;
	overflow: visible;
}

.social-link:hover {
	/* background: rgba(255, 255, 255, 0.2); */
	/* transform: translateY(-3px); */
}

.wechat-qrcode {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
}

.wechat-qrcode::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.wechat-qrcode img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wechat-link:hover .wechat-qrcode {
	opacity: 1;
	visibility: visible;
	bottom: calc(100% + 10px);
}

.right-sidebar {
	position: fixed;
	right: 20px;
	/* top: 50%; */
	/* transform: translateY(-50%); */
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #E7ECEF;
	border-radius: 5px;
	padding: 5px;
	bottom: 11%;
}

.sidebar-item {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	color: rgba(81, 131, 161, 1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-item:hover {
	background: rgba(81, 131, 161, 1);
	color: #fff;
}

.sidebar-item i {
	font-size: 24px;
}

.sidebar-popup {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 15px;
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	white-space: nowrap;
}

.sidebar-popup::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.wechat-popup {
	width: 140px;
	height: 140px;
	padding: 10px;
}

.wechat-popup img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.phone-popup p {
	margin: 0;
	color: #333;
	text-align: center;
}

.phone-popup .phone-number {
	font-size: 18px;
	font-weight: bold;
	color: #008CD6;
	margin-top: 5px;
}

/* æ‚¬åœæ˜¾ç¤ºå¼¹çª— */
.wechat-item:hover .wechat-popup,
.phone-item:hover .phone-popup {
	opacity: 1;
	visibility: visible;
	right: calc(100% + 10px);
}

.cta-section {
	background-image: url(../img/cta-bg.jpg);
	background-size: cover;
	padding: 152px 0;
	text-align: right;
}

.cta-section .cta-content {
	display: inline-block;
	text-align: left;
}

.cta-section .cta-content .cta-title {
	font-weight: 400;
	color: #222222;
	line-height: 1;
}

.cta-section .cta-content .cta-subtitle {
	font-weight: 300;
	color: #008CD6;
	line-height: 1;
	margin-top: 1.31em;
}

.cta-section .cta-content .cta-text {
	font-weight: 400;
	font-size: 18px;
	color: #008CD6;
	line-height: 30px;
	margin-top: .72em;
}

.cta-section .cta-content .btn-learn-more {
	margin-top: 80px;
}

.cta-section .cta-content .btn-learn-more .iconfont {
	font-size: 22px;
}

.section-title {
	font-weight: 400;
	color: #222222;
}

.section-subtitle {
	font-family: Rany-Bold;
	color: #E7ECEF;
	line-height: 1;
	margin-top: .3em;
}

.product-item {
	background: #F4F4F4;
	border-radius: 10px;
	padding: 10px 10px 43px;
}

.product-item .picCover {
	padding-top: 80%;
}

.product-item .pic {
	background: #FFFFFF;
	border-radius: 10px;
}

.product-item .picCover img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}

.product-item .info-title {
	font-weight: 400;
	color: rgba(34, 34, 34, 1);
	line-height: 1.33;
	transition: all 0.3s ease-in-out;
}

.product-item:hover .info-title {
	color: rgba(0, 140, 214, 1);
}

.product-item .info-des {
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: .5em;
}

.product-item .info {
	margin-top: 30px;
	padding: 0 13px;
}

.related-products {
	padding: 120px 0;
}
.related-products .section-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.related-products .section-header .btn-learn-more{
	transition:all .3s;
}
.related-products .section-header .btn-learn-more:hover{
	opacity: .9;
}
.related-products .product-grid {
	margin-top: 38px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.related-products .pagination {
	margin-top: 54px;
}

.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(0, 140, 214, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}
.pc-aslide.active .pc-aslide-content-c .list li.active .icon-youjiantou11{
	transform:rotate(90deg);
}
.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
	display: flex;
	justify-content: space-between;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: transparent;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	margin: 8px;
	cursor: pointer;

	transition: all .6s;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(0, 140, 214, 1);
	border-color: rgba(0, 140, 214, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
	line-height: 40px;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}

.inner-banner-section {
	position: relative;
}

.inner-banner-section .pic img {
	display: block;
	width: 100%;
	min-height: 340px;
	object-fit: cover;
	height: 22.39vw;
}

.inner-banner-section .banner-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inner-banner-section .banner-box .zh {
	font-weight: bold;
	color: #FAFAFA;
}

.inner-banner-section .banner-box .en {
	font-family: Rany-Bold;
	color: #FAFAFA;
	line-height: 1.3;
	margin-top: .2em;
}

.inner-banner-section .banner-box .black-color {
	color: rgba(34, 34, 34, 1);
}

.inner-banner-section .banner-box .txt-center {
	text-align: center;
}

.inner-banner-section .banner-box .des {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 1em;
}
.inner-banner-section .banner-box .btn-learn-more{
	margin-top: 91px;
}
.values-section{
	background: url(../img/values-section-bg.jpg);
	background-size: cover;
}
.btn-learn-more {
	display: inline-flex;
	align-items: center;
	line-height: 50px;
	background: #008CD6;
	border-radius: 25px;
	padding: 0 22px 0 28px;
	gap: 49px;
	font-weight: 300;
	font-size: 16px;
	color: #FAFAFA;
}

.breadcrumb {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 38px;
}

.breadcrumb a {
	color: #999;
	transition: all .6s;
}

.breadcrumb a.active,
.breadcrumb a:hover {
	color: #008CD6;
}

.breadcrumb .icon-youjiantou11 {
	font-size: 12px;
	font-weight: bold;
}

.inner-banner-section .breadcrumb {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 2;
}
.scenarios {
    padding: 113px 0;
    background: linear-gradient(-30deg, #D3DAE5, #FFFFFF);
}
.cases-section .section-header,
.scenarios .scenario-header {
    display: flex;
    justify-content: space-between;
}
.cases-section .section-header .slider-nav,
.scenarios .scenario-header .slider-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cases-section .section-header .slider-nav .btn,
.scenarios .scenario-header .slider-nav .btn {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(204, 204, 204, 1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.cases-section .section-header .slider-nav .btn:hover,
.scenarios .scenario-header .slider-nav .btn:hover {
    background: rgba(0, 140, 214, 1);
    border-color: rgba(0, 140, 214, 1);
    color: #fff;
}
.cases-section .section-header .slider-nav .btn .iconfont,
.scenarios .scenario-header .slider-nav .btn .iconfont {
    font-weight: bold;
}

.scenarios .scenario-grid {
    margin-top: 45px;
}

.scenarios .scenario-grid .swiper-slide {
    width: 49.28%;
}

.scenarios .scenario-grid .swiper-slide .picCover {
    padding-top: 65.21%;
}

.scenarios .scenario-grid .swiper-slide .pic {
    border-radius: 10px;
}

.scenarios .scenario-grid .swiper-slide:not(:last-child) {
    margin-right: 1.42%;
}

.scenarios .scenario-grid .swiper-slide .scenario-content {
    margin-top: 32px;
}

.scenarios .scenario-grid .swiper-slide .scenario-title {
    font-weight: 400;
    /* font-size: 24px; */
    color: #222222;
    line-height: 30px;
}

.scenarios .scenario-grid .swiper-slide .scenario-title::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 140, 214, 1);
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: super;
	display: none;
}
.cases-section{
	padding-top: 120px;
}
.cases-section .cases-grid{
	margin-top: 50px;
}
.cases-section .cases-grid .swiper-slide { 
	width: 31.92%;
}
.cases-section .cases-grid .swiper-slide:not(:last-child) {
    margin-right: 2.11%;
}
.cases-section .cases-grid .swiper-slide .picCover { 
	padding-top: 56.6%;
}
.cases-section .cases-grid .swiper-slide .picCover .pic {
	border-radius: 10px;
}
.cases-section .cases-grid .swiper-slide h3{
font-weight: bold;
font-size: 24px;
color: #222222;
line-height: 1.25em;
margin-top: 1em;
transition: all .6s;
}
.cases-section .cases-grid .swiper-slide p{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 30px;
margin-top: .7em;
}
.cases-section .cases-grid .swiper-slide:hover h3{
	color: rgba(0, 140, 214, 1);
}
.partner-logos-container {
    width: 100%;
    overflow: hidden;
    margin-top: 72px;
    position: relative;
    z-index: 4;
}

.partner-scroll-track {
    display: flex;
    width: max-content;
    animation: scroll-left 49s linear infinite;
}

.partner-scroll-track:nth-child(odd) {
    animation-direction: reverse;
}

.partner-scroll-track:not(:last-child) {
    margin-bottom: 30px;
}

.partner-logos-grid {
    display: flex;
    gap: 33px;
    margin-right: 33px;
}

.partner-logo {
    width: 230px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-width: 90%;
    max-height: 90%;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.partner-scroll-track:hover {
    animation-play-state: paused;
}
.innerTabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.innerTabs .tab-btn {
    padding: 0 53px;
    line-height: 68px;
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    transition: all 0.3s;
}

.innerTabs .tab-btn:hover,
.innerTabs .tab-btn.active {
    background: rgba(0, 140, 214, 1);
    border: 1px solid rgba(0, 140, 214, 1);
    color: #fff;
}
.form-section .section-title{
    text-align: center;
}
.form-section .form-container {
   margin-top: 44px;
}

.form-section .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-section .form-group {
    width: 100%;
}

.form-section .form-group.full-width {
    grid-column: span 2;
}

.form-section .form-control {
    width: 100%;
    padding: 24px 20px;
    border: 1px solid rgba(222, 222, 222, 1);
    border-radius: 4px;
    font-size: 18px;
    color: #333;
    outline: none;
    background-color: transparent;
    transition: border-color 0.3s;
}
.form-section .captcha-input:focus,
.form-section .form-control:focus {
    border-color: rgba(0, 140, 214, 1);
}

.form-section .form-control::placeholder {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.form-section textarea.form-control {
    height: 260px;
    resize: none;
}

.form-section .required {
    color: #ff4d4f;
    margin-left: 5px;
}
.form-section .captcha-row {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.form-section .captcha-input {
    width: 170px;
    padding: 14px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    outline: none;
    line-height: 30px;
    border-right: none;
     transition: border-color 0.3s;
}
.form-section .captcha-input::placeholder {
    color: rgba(222, 222, 222, 1);
}
.form-section .captcha-img {
    width: 130px;
height: 60px;
background: #666666;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
    cursor: pointer;
    margin-left: -4px;
}
.form-section .captcha-img img{
    max-width: 100%;
    max-height: 100%;
}

.form-section .btn-submit {
   width: 130px;
line-height: 50px;
background: #008CD6;
border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 43px;
    text-align: center;
}

.form-section .btn-submit:hover {
    opacity: .9;
}
.section-watermark {
    font-weight: bold;
    color: rgba(222, 222, 222, 0);
    line-height: 1;
    text-stroke: 1px #DDDDDD;
    -webkit-text-stroke: 1px #DDDDDD;
    opacity: .7;
    margin-top: .25em;
    text-transform: uppercase;
}
@media (max-width:1700px) {
	.innerTabs .tab-btn{
		padding: 0 36px;
		line-height: 58px;
	}
	.header .r .header-tools {
		margin-left: 40px;
	}

	.header .r .header-search-box {
		margin: 0 20px;
	}

	.header .r .lang-switch .iconfont {
		font-size: 18px;
	}

	.header .r .lang-switch {
		font-size: 14px;
	}

	.header .r .nav-list {
		gap: 0 30px;
	}
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1600px) { 
	.font72{
		font-size: 60px;
	}
}
@media (max-width:1500px) {

	.header .r .header-tools .contact-phone,
	.header .r .nav-list li>a {
		font-size: 16px;
	}
}

@media (max-width:1440px) {
	.innerTabs .tab-btn{
		font-size: 16px;
		padding: 0 25px;
		line-height: 48px;
	}
	.header .logo-wrapper img {
		width: 200px;
	}

	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font72 {
		font-size: 56px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

@media (max-width:1400px) {
	.header .r .header-tools .contact-phone {
		display: none;
	}
}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font36 {
		font-size: 30px;
	}

	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font72 {
		font-size: 44px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
	.partner-logo {
        width: 200px;
        height: 80px;
    }
	.cta-section {
		padding: 80px 0;
	}

	.cta-section .cta-content .btn-learn-more {
		margin-top: 45px;
	}

	.footer-links-row {
		padding: 80px 0;
	}

	.footer-nav-container .footer-menu {
		margin-top: 30px;
	}

	.footer-nav-container {
		width: 59%;
	}

	.footer-info-container .company-name {
		font-size: 20px;
	}

	.header {
		padding: 8px 0;
	}

	.main-nav {
		display: none;
	}

	.font36 {
		font-size: 28px;
	}

	.font72,
	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 30px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #008CD6;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #008CD6;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.footer-bottom {
		justify-content: center;
		text-align: center;
	}
	.partner-logos-container{
		margin-top: 45px;
	}
	.cases-section .section-header .slider-nav .btn, .scenarios .scenario-header .slider-nav .btn{
        width: 50px;
        height: 50px;
    }
	.scenarios .scenario-grid .swiper-slide .scenario-content{
        margin-top: 25px;
    }
	.inner-banner-section .banner-box .btn-learn-more{
		margin-top: 45px;
	}
	.inner-banner-section .banner-box .des{
		font-size: 22px;
	}
	.related-products{
        padding: 75px 0;
    }
    .related-products .pagination{
        margin-top: 45px;
    }
	.cases-section .cases-grid{
		margin-top: 45px;
	}
}

@media (max-width: 1024px) {
    .related-products .product-grid{
        grid-template-columns: repeat(2,1fr);
    }
	.related-products{
        padding: 65px 0;
    }
    .related-products .pagination{
        margin-top: 40px;
    }
	.inner-banner-section .banner-box .des{
		font-size: 20px;
	}
	.inner-banner-section .banner-box .btn-learn-more{
		margin-top: 40px;
	}
	.scenarios .scenario-grid .swiper-slide .scenario-content{
        margin-top: 20px;
    }
	.form-section textarea.form-control{
        height: 200px;
    }
    .form-section .captcha-input{
        padding: 9px 20px;
    }
    .form-section .captcha-img{
        height: 50px;
    }
    .form-section .btn-submit{
        margin-top: 30px;
        line-height: 45px;
    }
	.scenarios .scenario-grid,
    .form-section .form-container{
        margin-top: 40px;
    }
	.form-section .form-control{
        padding: 15px 20px;
        font-size: 16px;
    }
	.cta-section {
		padding: 70px 0;
	}

	.cta-section .cta-content .btn-learn-more {
		margin-top: 40px;
	}

	.footer-bottom {
		margin-top: 30px;
		padding: 20px 0;
	}

	.footer-nav-container {
		display: none;
	}

	.footer-links-row {
		padding: 70px 0 40px;
	}

	.font36 {
		font-size: 26px;
	}

	.font72,
	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
	.partner-logos-container{
		margin-top: 40px;
	}
	.breadcrumb{
		padding-top: 30px;
	}
	.cases-section .cases-grid .swiper-slide h3,
	.scenarios .scenario-grid .swiper-slide .scenario-title{
		font-size: 22px;
	}
	.cases-section .cases-grid .swiper-slide{
		width: 49%;
	}
	.cases-section .cases-grid .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.cases-section .cases-grid{
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.cases-section .cases-grid{
		margin-top: 30px;
	}
	.related-products .product-grid{
        margin-top: 30px;
    }
    .related-products{
        padding: 55px 0;
    }
    .related-products .pagination{
        margin-top: 30px;
    }
	.inner-banner-section .banner-box .des{
		font-size: 18px;
		margin-bottom: .5em;
	}
	.inner-banner-section .banner-box .btn-learn-more{
		margin-top: 30px;
	}
	.cases-section .section-header .slider-nav, .scenarios .scenario-header .slider-nav{
        gap: 0 10px;
    }
    .cases-section .section-header .slider-nav .btn .iconfont, .scenarios .scenario-header .slider-nav .btn .iconfont{
        font-size: 14px;
    }
    .cases-section .section-header .slider-nav .btn, .scenarios .scenario-header .slider-nav .btn{
        width: 40px;
        height: 40px;
    }
	.breadcrumb{
		padding-top: 25px;
	}
	.scenarios .scenario-grid,
	.form-section .form-container{
        margin-top: 30px;
    }
    .form-section .form-grid{
        grid-template-columns: repeat(1,1fr);
    }
	.innerTabs{
		gap: 10px;
	}
	.innerTabs .tab-btn{
		line-height: 42px;
		padding: 0 25px;
	}
	.partner-logo {
        width: 180px;
        height: 60px;
    }

    .partner-logos-grid {
        gap: 20px;
        margin-right: 20px;
    }

    .partner-scroll-track:not(:last-child) {
        margin-bottom: 20px;
    }
	.btn-learn-more {
		line-height: 45px;
		padding: 0 22px;
		gap: 0 30px;
	}

	.cta-section {
		padding: 60px 0;
	}

	.cta-section .cta-content .btn-learn-more {
		margin-top: 30px;
	}

	.footer-bottom .social-icons a {
		width: 38px;
		height: 38px;
	}

	.footer-info-container .company-name {
		margin: 1em 0 .7em;
	}

	.footer-links-row {
		padding: 60px 0 30px;
	}

	.right-sidebar {
		right: 10px;
	}

	.font36 {
		font-size: 24px;
	}

	.font72,
	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.pagination ul li a{
		line-height:36px;
	}
	.video-content {
		width: 85%;
	}
	.pagination ul li{
		margin: 0 3px;
	}
	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.cta-section {
		background-position: -200px 0;
		background-color: #fff;
	}
	.partner-logos-container{
		margin-top: 30px;
	}
	.pagination ul li .iconfont{
        font-size: 16px;
    }
	.product-item .info{
		margin-top: 20px;
	}
	.product-item .info-des{
		font-size: 16px;
		line-height: 24px;
		margin-top: .3em;
	}
	.product-item{
		padding-bottom: 20px;
	}
	.cases-section .cases-grid .swiper-slide h3,
	.scenarios .scenario-grid .swiper-slide .scenario-title{
        font-size: 20px;
    }
}

@media (max-width: 500px) {
	.section-subtitle{
		font-size: 20px;
	}
	.cases-section .cases-grid .swiper-slide p{
		margin-top: .4em;
	}
	.cases-section .cases-grid{
		margin-top: 25px;
	}
	.cases-section .cases-grid .swiper-slide{
		width: 100%;
	}
	.scenarios .scenario-grid .swiper-slide{
		width: 100%;
	}
	.related-products{
        padding: 45px 0;
    }
    .related-products .pagination{
        margin-top: 25px;
    }
	.related-products .product-grid{
        margin-top: 25px;
		gap: 10px;
    }
	.scenarios .scenario-grid .swiper-slide .scenario-title{
        font-size: 18px;
    }
	.inner-banner-section .banner-box .des{
		font-size: 16px;
	}
	.inner-banner-section .banner-box .btn-learn-more{
		margin-top: 25px;
	}
	.scenarios .scenario-grid .swiper-slide .scenario-content{
		margin-top: 10px;
	}
	.product-item .info-title{
		font-size: 18px;
	}
	.product-item .info-des{
		font-size: 14px;
		line-height: 20px;
	}
	.product-item .info{
		margin-top: 15px;
	}
	.breadcrumb{
		padding-top: 20px;
	}
	.inner-banner-section .banner-box .en{
		font-size: 20px;
	}
	.scenarios .scenario-grid,
	.form-section .form-container{
        margin-top: 25px;
    }
	.innerTabs .tab-btn{
		font-size: 14px;
		line-height: 38px;
		padding: 0 20px;
	}
	.partner-logos-container{
		margin-top: 25px;
	}
	.partner-logo {
        width: 160px;
        height: 50px;
    }
	.btn-learn-more {
		line-height: 40px;
		gap: 0 20px;
		padding: 0 20px;
		font-size: 14px;
	}

	.cta-section .cta-content .cta-text {
		font-size: 16px;
	}

	.cta-section .cta-content .cta-subtitle {
		margin-top: 1em;
	}

	.cta-section {
		background-position: -240px 0;
	}

	.cta-section {
		padding: 50px 0;
	}

	.cta-section .cta-content .btn-learn-more {
		margin-top: 25px;
	}

	.footer-bottom .social-icons a .iconfont {
		font-size: 18px;
	}

	.footer-bottom {
		font-size: 12px;
		line-height: 20px;
	}

	.footer-info-container .footer-logo img {
		max-width: 49px;
	}

	.footer-links-row {
		padding: 50px 0 20px;
	}

	.header .r .header-tools {
		margin-left: 30px;
	}

	.header .r .header-search-box {
		margin-left: 0;
	}

	.header .r .lang-switch .iconfont {
		font-size: 16px;
	}

	.m-right-buttom {
		margin-left: 20px;
	}

	.header .r .lang-switch {
		line-height: 32px;
	}

	.header .logo-wrapper img {
		width: 140px;
	}

	.font36 {
		font-size: 22px;
	}

	.font72,
	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		/* min-width: 249px; */
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}
	.pc-aslide-content-c .list li{
		text-align:left;
	}
	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
		/* text-align: left; */
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}