* {
	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: "Bahnschrift";
	src: url('../fonts/bahnschrift.ttf');
}

@font-face {
	font-family: "Manrope-SemiBold";
	src: url('../fonts/Manrope-SemiBold.ttf');
}

@font-face {
	font-family: "RanyLight";
	src: url('../fonts/Rany-Light.otf');
}

/* 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;
}

html {
	font-family: "Arial";
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

::-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(27, 124, 255, 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%;
}

.content1700 {
	margin: 0 auto;
	width: 1700px;
	max-width: 94%;
}

.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;
}

.font60 {
	font-size: 60px;
}

.font70 {
	font-size: 70px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font100 {
	font-size: 100px;
}

.font120 {
	font-size: 6.25vw;
	line-height: 1.2;
}

.font200 {
	font-size: 200px;
}

.header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	/* padding: .83vw 1.56vw 0; */
	box-shadow: 0 0 20px 20px rgba(0,0,0,.03);
}

.header .header-inner {
	background: #FFFFFF;
	/* border-radius: 10px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 56px;
}

.header .header-inner .logo img {
	display: block;
	height: 48px;
}

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

.header .header-inner .r .nav-links {
	display: flex;
	gap: 1.25vw;
}

.header .header-inner .r .nav-links li>a {
	position: relative;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	line-height: 80px;
	display: block;
	transition: all .6s;
	/* padding: 0 1.25vw; */
	padding: 0 .7vw;
}

.header .header-inner .r .nav-links li>a::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: rgba(37, 84, 254, 1);
	transition: all .6s;
}

.header .header-inner .r .nav-links li.active>a::before {
	width: 100%;
}

.header .header-inner .r .nav-links li.active>a,
.header .header-inner .r .nav-links li:hover>a {
	color: #2554FE;
}

.header .drone-nav-dropdown-item {
	position: relative;
}

.header .drone-dropdown-mega-panel {
	position: absolute;
	top: 100%;
	left: -244px;
	padding-top: 10px;
	z-index: 9999;
	display: none;
}
.header .drone-dropdown-mega-panel.header-dropdown{
	left:50%;
	transform:translate(-50%)
}
.header .drone-nav-dropdown-item:hover .drone-dropdown-mega-panel {
	display: block;
}

.header .drone-dropdown-inner-box {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 40px;
}

.header .drone-dropdown-menu-side {
	min-width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.header .drone-dropdown-tab-btn {
	margin-top: 12px;
	width: 100%;
	padding: 10px 16px;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: left;
	white-space: nowrap;
}
.header .header-dropdown .drone-dropdown-tab-btn{
	text-align:center;
}
.header .drone-dropdown-menu-side .drone-dropdown-tab-btn:first-child {
	margin-top: 0;
	/* ÃƒÂ¦Ã‚Â¸Ã¢â‚¬Â¦ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚Â¹ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ©Ã‚Â¡Ã‚Â¶ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã‚Â¤Ã¢â‚¬â€œÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¨Ã‚Â·Ã‚Â */
}

/* ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¨Ã‚Â¢Ã‚Â«ÃƒÂ¦Ã‚Â¿Ã¢â€šÂ¬ÃƒÂ¦Ã‚Â´Ã‚Â»ÃƒÂ£Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‹â€ Ã¢â‚¬â€œÃƒÂ¨Ã¢â€šÂ¬Ã¢â‚¬Â¦ÃƒÂ¦Ã‹Å“Ã‚Â¯ÃƒÂ©Ã‚Â¼Ã‚Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¾ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¨Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ§Ã…Â Ã‚Â¶ÃƒÂ¦Ã¢â€šÂ¬Ã‚ÂÃƒÂ¯Ã‚Â¼Ã‹â€ 100% ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ©Ã‚Â½Ã‚ÂÃƒÂ¦Ã‹â€ Ã‚ÂªÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */
.header .drone-dropdown-tab-btn.drone-dropdown-tab-active,
.header .drone-dropdown-tab-btn:hover {
	background-color: #1e7bf2;
	/* ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ¨Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ */
	color: #ffffff;
	/* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¨Ã‚Â½Ã‚Â¬ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ§Ã‚ÂºÃ‚Â¯ÃƒÂ§Ã¢â€žÂ¢Ã‚Â½ */
}

/* --------------------------------------------------------------------------
   ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã‚Â±Ã¢â‚¬Â¢ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â
   -------------------------------------------------------------------------- */
.header .drone-dropdown-content-side {
	width: 422px;
	position: relative;
}

/* ÃƒÂ¦Ã¢â‚¬Â°Ã‚Â¿ÃƒÂ¨Ã‚Â½Ã‚Â½ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¥Ã‚Â¼Ã‚Â ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¨ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¥Ã‚Â±Ã¢â‚¬Å¡ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¨Ã‚Â¿Ã¢â‚¬Â¡ display: none ÃƒÂ©Ã…Â¡Ã‚ÂÃƒÂ¨Ã¢â‚¬â€Ã‚Â */
.header .drone-dropdown-pane-image {
	display: none;
	width: 100%;
	aspect-ratio: 1/.6425;
	border-radius: 8px;
	overflow: hidden;
}

/* ÃƒÂ£Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‚Â Ã‚Â¸ÃƒÂ¥Ã‚Â¿Ã†â€™ÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ©Ã…Â¡Ã‚ÂÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¥Ã‹â€ Ã‚Â¶ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬ËœÃƒÂ¥Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¥Ã‚Â¸Ã‚Â¦ÃƒÂ¦Ã…â€œÃ¢â‚¬Â°ÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¦Ã‚Â¿Ã¢â€šÂ¬ÃƒÂ¦Ã‚Â´Ã‚Â»ÃƒÂ§Ã‚Â±Ã‚Â»ÃƒÂ¥Ã‚ÂÃ‚ÂÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¦Ã¢â‚¬Â°Ã‚ÂÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ§Ã‚Â²Ã‚Â¾ÃƒÂ¥Ã¢â‚¬Â¡Ã¢â‚¬Â ÃƒÂ¥Ã‚ÂÃ‚ÂÃƒÂ¥Ã¢â‚¬Â¡Ã‚ÂºÃƒÂ¥Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¥Ã¢â‚¬Â°Ã‚ÂÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ */
.header .drone-dropdown-pane-image.drone-pane-show {
	display: block;
}

/* ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â°ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ÃƒÂ¥Ã‚Â¼Ã‚Â ÃƒÂ§Ã…â€œÃ…Â¸ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ */
.header .drone-dropdown-view-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	/* ÃƒÂ©Ã¢â‚¬ÂÃ‚ÂÃƒÂ¦Ã‚Â­Ã‚Â»ÃƒÂ¨Ã‚Â£Ã‚ÂÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¥Ã‚Â¡Ã‚Â«ÃƒÂ¥Ã¢â‚¬Â¦Ã¢â‚¬Â¦ */
}

.header .header-inner .r .contact-phone {
	display: flex;
	align-items: center;
	font-family: Bahnschrift;
	font-weight: 400;
	font-size: 30px;
	color: #222222;
	line-height: 1;
	gap: 8px;
	margin-left: 33px;
}

.header .header-inner .r .contact-phone .icon-dianhua {
	font-size: 28px;
}

.header .header-inner .r .contact-phone span {
	padding-top: 5px;
}

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

.header .r .header-search-box {
	position: relative;
	margin-left: 40px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(27, 124, 255, 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(27, 124, 255, 1);
}

.vfx-footer-section {
	position: relative;
	background: linear-gradient(-30deg, #041E2B, #021118);
}

.vfx-footer-section .footer-container {}

.vfx-footer-section .footer-top-bar {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0;
}

.vfx-footer-section .footer-top-bar::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 100vw;
	transform: translateX(-50%);
	height: 1px;
	background: rgba(255, 255, 255, .2);
	transition: all .6s;
}

.vfx-footer-section .footer-logo {
	height: 48px;
	display: block;
}

.vfx-footer-section .brand-slogan {
	margin-top: 20px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 1.25;
}

.vfx-footer-section .contact-side {
	display: flex;
	gap: 0 60px;
	align-items: center;
}

.vfx-footer-section .contact-info {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 24px;
	text-align: right;
}

.vfx-footer-section .contact-info>div:not(:last-child) {
	margin-bottom: 14px;
}

.vfx-footer-section .service-hotline span {
	font-family: Bahnschrift;
	font-weight: 400;
	font-size: 30px;
	color: #FDFCFA;
	margin-left: 10px;
	line-height: 1;
}

/* ÃƒÂ§Ã‚Â¤Ã‚Â¾ÃƒÂ¤Ã‚ÂºÃ‚Â¤ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ */
.vfx-footer-section .social-icons {
	display: flex;
	gap: 25px;
}

.vfx-footer-section .iconfont {
	width: 60px;
	height: 60px;
	background: #FDFCFA;
	border-radius: 50%;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 28px;
}

.vfx-footer-section .iconfont:hover {
	background: rgba(0, 120, 255, 1);
	color: #fff;
}

/* ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ§Ã‚Â½Ã¢â‚¬ËœÃƒÂ¦Ã‚Â Ã‚Â¼ */
.vfx-footer-section .footer-nav-grid {
	padding: 90px 0 90px;
	display: flex;
	justify-content: space-between;
}

.vfx-footer-section .nav-title {
	font-size: 18px;
	color: #FDFCFA;
	line-height: 24px;
	margin-bottom: 28px;
}

.vfx-footer-section .nav-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.vfx-footer-section .nav-links li:not(:last-child) {
	margin-bottom: 16px;
}

.vfx-footer-section .nav-links a {
	text-decoration: none;
	color: rgba(204, 204, 204, 1);
	transition: 0.3s;
	font-size: 16px;
	line-height: 24px;
}

.vfx-footer-section .nav-links a:hover {
	color: rgba(0, 120, 255, 1);
}

/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚Â»Ã‚Â´ÃƒÂ§Ã‚Â Ã‚ÂÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ */
.vfx-footer-section .qr-column {
	text-align: center;
}

.vfx-footer-section .qr-box {
	width: 160px;
}

.vfx-footer-section .qr-box img {
	width: 100%;
	display: block;
}

.vfx-footer-section .qr-text {
	font-weight: 400;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 1;
	margin-top: 18px;
}
.vfx-footer-section .footer-links{
	display: flex;
	font-size:16px;
	color:rgba(204, 204, 204, 1);
	line-height:26px;
	flex-wrap:wrap;
	gap:0 13px;
	margin-bottom:17px;
}
.vfx-footer-section .footer-links a{
	color:rgba(204, 204, 204, 1);
	transition:all .6s;
}
.vfx-footer-section .footer-links a:hover{
	color:#fff;
}
.vfx-footer-section .footer-bottom-info {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	letter-spacing: 1px;
	padding-bottom: 58px;
}
.vfx-footer-section .footer-bottom-info a{
	color: #999999;
	transition:all .6s;
	font-weight: bold;
}
.vfx-footer-section .footer-bottom-info a:hover{
	color:#fff
}
.vfx-footer-section .icp {
	margin-left: 20px;
}
.float-sidebar {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.float-sidebar-item {
  width: 72px;
  background-color: #1B7CFF;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
}

/* ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ£Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã…â€œÃ¢â€šÂ¬ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¥Ã…â€œÃ¢â‚¬Â ÃƒÂ¨Ã‚Â§Ã¢â‚¬â„¢ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Å¾ÃƒÂ§Ã‚ÂÃ¢â‚¬Â  */
.float-sidebar-item:first-child {
  border-radius: 28px 28px 0 0;
}
.float-sidebar-item:nth-last-child(2) {
  border-bottom: none;
  border-radius: 0 0 28px 28px;
}
.float-sidebar-top {
  margin-top: 10px;
  border-radius: 50%;
  display: none;
}

.float-sidebar-item i {
  font-size: 30px;
  margin-bottom: 6px;
  line-height: 1;
}
.float-sidebar-top i {
  margin-bottom: 0;
}
.float-sidebar-item span {
  font-size: 13px;
  text-align: center;
}
.copy-wechat-btn {
    display: inline-block;
    margin-top: 5px;          /* ä¸Žä¸Šæ–¹æ–‡å­—çš„é—´è· */
    padding: 4px 10px;        /* æŒ‰é’®å†…è¾¹è· */
    font-size: 12px;          /* å­—ä½“å¤§å° */
    color: #ffffff;           /* å­—ä½“é¢œè‰² */
    background-color: #007bff;/* æŒ‰é’®èƒŒæ™¯è‰²ï¼ˆå¯æ”¹ä¸ºä¾§è¾¹æ å¯¹åº”çš„è“è‰²ï¼‰ */
    border: none;             /* æ— è¾¹æ¡† */
    border-radius: 4px;       /* åœ†è§’ */
    cursor: pointer;          /* é¼ æ ‡æ‚¬åœå˜æ‰‹åž‹ */
    transition: background-color 0.2s;
    display: none;
}

.copy-wechat-btn:hover {
    background-color: #0056b3;/* é¼ æ ‡æ‚¬åœæ—¶çš„æ·±è“è‰² */
}
/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ§Ã¢â‚¬ÂÃ‚ÂµÃƒÂ¨Ã‚Â¯Ã‚Â/ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â±ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */
.float-sidebar-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¦Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ */
.float-sidebar-popup {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 14px;
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.12);
  display: none;
  text-align: center;
  color: #222;
}
/* ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â°ÃƒÂ¨Ã‚Â§Ã¢â‚¬â„¢ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ */
.float-sidebar-popup::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #fff;
}

/* ÃƒÂ§Ã¢â‚¬ÂÃ‚ÂµÃƒÂ¨Ã‚Â¯Ã‚ÂÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.float-popup-tel {
  min-width: 140px;
}
.float-popup-tel p:first-child {
  font-size: 14px;
  margin: 0 0 6px;
  color: #666;
}
.tel-num {
  font-size: 18px;
  font-weight: 600;
  color: #2554FE;
  margin: 0;
  white-space: nowrap;
}

/* ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚Â»Ã‚Â´ÃƒÂ§Ã‚Â Ã‚ÂÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.float-popup-wechat img {
  width: 120px;
  height: 120px;
  display: block;
  margin-bottom: 8px;
}
.float-popup-wechat p {
  font-size: 13px;
  margin: 0;
  color: #666;
}

/* ÃƒÂ©Ã‚Â¼Ã‚Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ§Ã‚Â¤Ã‚ÂºÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
.float-sidebar-tel-wrap:hover .float-popup-tel,
.float-sidebar-wechat-wrap:hover .float-popup-wechat {
  display: block;
}
.banner-section {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-section .banner-container {
	position: relative;
	width: 100%;
}

.banner-section .banner-bg-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
}


.banner-section .banner-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 340px;
}

.banner-section .banner-content-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}

.banner-section .banner-title-cn {
	font-weight: bold;
	color: #fff;
}

.banner-section .banner-title-en {
	font-weight: 900;
	color: rgba(34, 34, 34, 0);
	line-height: 1;
	text-stroke: 2px #DDDDDD;
	-webkit-text-stroke: 2px rgba(222, 222, 222, .8);
	margin-top: 15px;
	text-transform: uppercase;
}

.breadcrumb-section {
	width: 100%;
	/* background-color: #ffffff; */
	padding-top: 20px;
}

.breadcrumb-section .breadcrumb-container {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	flex-wrap: wrap;
	gap: 0 15px;
	line-height: 24px;
}

.breadcrumb-section .breadcrumb-item {
	transition: color 0.2s ease;
	color: rgba(153, 153, 153, 1);
}

.breadcrumb-section .breadcrumb-item.active,
.breadcrumb-section .breadcrumb-item:hover {
	color: rgba(27, 124, 255, 1);
}

.breadcrumb-section .breadcrumb-separator {
	font-size: 14px;
	font-weight: bold;
}

.drone-tabs-section {
	margin-top: 30px;
	padding: 25px 0;
}
.drone-tabs-section.sticky-top{
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: RGBA(247, 249, 250, 1);
    z-index: 99;
}
.news-tabs-section .drone-tabs-nav-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-tabs-section .swiper {
	margin: 0;
}

.news-tabs-section form {
	width: 354px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	transition: all .4s;
}

.news-tabs-section form:hover {
	border-color: #2b66ff;
}

.news-tabs-section form input {
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	font-weight: 400;
	font-size: 14px;
	color: #333;
}

.news-tabs-section form input::placeholder {
	color: #CCCCCC;
}

.news-tabs-section form span.iconfont {
	color: rgba(222, 222, 222, 1);
	cursor: pointer;
	transition: all .6s;
}

.news-tabs-section form span.iconfont:hover {
	color: rgba(0, 120, 255, 1);
}

.drone-tabs-section .drone-tabs-nav-item {
	padding: 0 18px;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 40px;
	background: #E5E7E9;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.2s ease;
	width: auto;
}

.drone-tabs-section .drone-tabs-nav-item:hover {
	color: rgba(27, 124, 255, 1);
}

.drone-tabs-section .drone-tabs-nav-item.drone-tabs-active {
	background-color: #1a1a1a;
	color: #ffffff;
}

.drone-case-section .drone-case-main-title {
	color: #222222;
	font-weight: bold;
	text-align: center;
}

.drone-case-section .drone-case-carousel-wrapper {
	margin-top: 55px;
	position: relative;
}

.drone-case-section .drone-case-swiper-container {
	width: 100%;
	overflow: hidden;
}


.drone-case-section .drone-case-slide-item {
	display: block;
	cursor: pointer;
	width: 32.14%;
}

.drone-case-section .drone-case-slide-item:not(:last-child) {
	margin-right: 1.785%;
}

.drone-case-section .drone-case-image-box {
	width: 100%;
	aspect-ratio: 1/.608;
	border-radius: 10px;
	overflow: hidden;
}

.drone-case-section .drone-case-slide-item:hover .drone-case-card-img {
	transform: scale(1.03);
}

.drone-case-section .drone-case-card-title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.drone-case-arrow-prev,
.drone-case-arrow-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: #EBEBEB;
	color: rgba(0, 120, 255, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s ease;
	z-index: 10;
}

.drone-case-arrow-prev {
	left: -85px;
}

.drone-case-arrow-next {
	right: -85px;
}

.drone-case-arrow.swiper-button-disabled {
	opacity: .5;
}

.drone-case-arrow:not(.swiper-button-disabled):hover {
	background-color: rgba(0, 120, 255, 1);
	color: #fff;
}

.drone-case-section .drone-case-more-container {
	margin-top: 50px;
	text-align: center;
}

.drone-case-section .drone-case-more-btn {
	display: inline-block;
	padding: 0 28px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 48px;
	background: #F7F9FA;
	border-radius: 25px;
	border: 1px solid #E1E1E1;
	transition: all 0.25s ease;
}

.drone-case-section .drone-case-more-btn:hover {
	color: #fff;
	border-color: rgba(0, 120, 255, 1);
	background-color: rgba(0, 120, 255, 1);
}

.drone-faq-section {
	background-color: RGBA(240, 245, 247, 1);
	padding: 120px 0;
}

.drone-faq-section .drone-faq-main-title {
	color: #222222;
	font-weight: bold;
	text-align: center;
}

.drone-faq-section .drone-faq-accordion-list {
	margin-top: 55px;
}


.drone-faq-section .drone-faq-item {
	margin-top: 18px;
	width: 100%;
}

.drone-faq-section .drone-faq-item:first-child {
	margin-top: 0;
}

.drone-faq-section .drone-faq-header-bar {
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	padding: 14px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.25s ease;
	gap: 0 20px;
}

.drone-faq-section .drone-faq-header-bar:hover {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 1);
}

.drone-faq-section .drone-faq-question-text {
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	transition: color 0.25s ease;
	flex: 1;
}

.drone-faq-section .drone-faq-arrow-box {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drone-faq-section .drone-faq-arrow-icon {
	width: 8px;
	height: 8px;
	border-right: 2px solid #333333;
	border-top: 2px solid #333333;
	transform: rotate(45deg);
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
}


.drone-faq-section .drone-faq-body-panel {
	display: none;
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 10px;
	padding: 25px 30px;
}

.drone-faq-section .drone-faq-answer-content {
	font-size: 14px;
	color: #64748b;
	line-height: 2;
	text-align: justify;
	/* padding-top: 20px; */
}


.drone-faq-section .drone-faq-item.drone-faq-active .drone-faq-header-bar {
	background: #fff;
	border-color: #fff;
}

.drone-faq-section .drone-faq-item.drone-faq-active .drone-faq-question-text {
	color: #0066ff;
}

.drone-faq-section .drone-faq-item.drone-faq-active .drone-faq-arrow-icon {
	transform: rotate(135deg);
	border-color: #222222;
}
.drone-message-section .drone-message-main-title {
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
    text-align: center;
}

.drone-message-section .drone-message-form-box {
    margin-top: 45px;
    display: block;
    width: 100%;
}

.drone-message-section .drone-message-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
}

.drone-message-section .drone-message-input-col {
    width: 100%;
}

.drone-message-section .drone-message-single-group {
    margin-top: 20px;
    width: 100%;
}

.drone-message-section .drone-message-form-input {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.drone-message-section .drone-message-form-textarea {
    width: 100%;
    height: 260px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 20px;
    font-size: 18px;
    color: #333333;
    outline: none;
    resize: none;
    font-family: inherit;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
    background: #FFFFFF;
    border-radius: 5px;
}

.drone-message-section .drone-message-form-input::placeholder,
.drone-message-section .drone-message-form-textarea::placeholder {
    color: #7e8b9b;
}

.drone-message-section .drone-message-captcha-bar {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
    /* width: 100%; */
}

.drone-message-section .drone-message-captcha-input-box {
    width: 170px;
}

.drone-message-section .drone-message-captcha-input-box .drone-message-form-input {
    height: 60px;
    font-size: 16px;
}

.drone-message-section .drone-message-captcha-img-box {
    width: 130px;
    /* height: 60px; */
    aspect-ratio: 130/60;
    border-radius: 5px;
    cursor: pointer;
}

.drone-message-section .drone-message-captcha-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.drone-message-section .drone-message-submit-bar {
    margin-top: 34px;
    width: 100%;
}

.drone-message-section .drone-message-submit-btn {
    width: 130px;
    height: 50px;
    background: #1B7CFF;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    letter-spacing: 4px;
    transition: background-color 0.2s ease;
    box-shadow: 0 4px 12px rgba(30, 123, 242, 0.15);
}

.drone-message-section .drone-message-submit-btn:hover {
    background-color: #1369dc;
}
.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(27, 124, 255, 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-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;
}

.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: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(27, 124, 255, 1);
	border-color: rgba(27, 124, 255, 1);
	color: #fff;
}

.pagination ul li a {
	width: 100%;
	height: 100%;
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}

.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;
}
.bottom-sticky-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none; /* 隐藏时不允许点击 */
    transition: all 0.3s ease; /* 丝滑的过渡动画 */
    /* 上下左右内边距，自动兼容全面屏安全距离 */
    padding: 10px 15px calc(10px + env(safe-area-inset-bottom)) 15px;
    box-sizing: border-box;
    display: none;
}

/* 新增：左侧主页按钮样式（图标文字上下排列） */
.bottom-sticky-bar .btn-home-item {
    display: flex;
    flex-direction: column; /* 关键：让图标和文字上下垂直排列 */
    align-items: center;
    justify-content: center;
    width: 50px;            /* 固定的宽度 */
    margin-right: 12px;     /* 与右侧按钮的间距 */
    text-decoration: none;
    color: #666666;         /* 灰色文字 */
}

/* 主页图标大小控制 */
.bottom-sticky-bar .btn-home-item i {
    font-size: 20px;        /* 图标大小 */
    /* margin-bottom: 2px; */     /* 图标和文字的微调间距 */
    line-height: 1;
}

/* 主页文字大小控制 */
.bottom-sticky-bar .btn-home-item span {
    font-size: 11px;
    white-space: nowrap;
}


/* 右侧两个胶囊按钮的通用样式 */
.bottom-sticky-bar .btn-item {
    flex: 1;                /* 自动平分剩余的右侧空间 */
    height: 40px;           /* 略微调小高度，更符合手机端精致感 */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 20px;    /* 完美的半圆胶囊形状 */
    transition: opacity 0.2s;
}

.bottom-sticky-bar .btn-item:active {
    opacity: 0.8;
}

/* 橙色渐变按钮（对应图片中的在线咨询） */
.bottom-sticky-bar .btn-phone {
    background: linear-gradient(90deg, #ff8e26, #ff512f); 
    margin-right: 10px;
}

/* 蓝边白底按钮（对应图片中的电话咨询） */
.bottom-sticky-bar .btn-msg {
    background-color: #ffffff;
    color: #4a77ec;
    border: 1px solid #4a77ec;
}

/* 胶囊内部图标间距 */
.bottom-sticky-bar .btn-item i {
    margin-right: 4px;
    font-size: 20px;
}
.bottom-sticky-bar.is-show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* 显示时恢复点击 */
}
.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1600px) {
	.drone-case-arrow-next {
		right: -40px;
	}
	.drone-case-arrow-prev {
		left: -40px;
	}
}
@media (max-width:1500px) {
	.header .header-inner .r .contact-phone{
		font-size:24px;
	}
	.header .header-inner .r .contact-phone .icon-dianhua{
		font-size: 20px;
	}
	.drone-case-section .drone-case-carousel-wrapper{
		padding: 0 40px;
	}
	.drone-case-arrow-prev{
		left: -15px;
	}
	.drone-case-arrow-next{
		right: -15px;
	}
	.header .header-inner .r .nav-links li>a{
		font-size:16px;
	}
}

@media (max-width:1440px) {
	.header .header-inner{
		padding:0 3%;
	}
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font70 {
		font-size: 60px;
	}

	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}

	.header .header-inner .r .contact-phone {
		/* font-size: 28px; */
	}

	.header .header-inner .r .nav-links li>a {
		/* padding: 0 20px; */
	}

	.vfx-footer-section .iconfont {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	.vfx-footer-section .social-icons {
		gap: 15px;
	}

	.vfx-footer-section .contact-side {
		gap: 0 30px;
	}
}

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

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

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

@media (max-width:1280px) {
	.header .header-inner .r .nav-links li>a {
		/* padding: 0 16px; */
	}

	.header .header-inner .r .nav-links {
		gap: 1.1vw;
	}

	.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;
	}

	.font70 {
		font-size: 48px;
	}

	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

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

@media (max-width:1199px) {
	.drone-case-section .drone-case-more-container{
		margin-top:45px;
	}
	 .drone-case-section .drone-case-carousel-wrapper{
        margin-top:45px;
		 padding:0 20px;
    }
	.vfx-footer-section .qr-box {
		width: 131px;
	}

	.vfx-footer-section .footer-nav-grid,
	.vfx-footer-section .footer-top-bar {
		padding: 70px 0;
	}

	.vfx-footer-section .footer-bottom-info {
		padding-bottom: 35px;
	}

	.vfx-footer-section .service-hotline span {
		font-size: 26px;
	}

	.vfx-footer-section .contact-side {
		flex-direction: column;
		align-items: flex-end;
		gap: 20px;
	}

	.vfx-footer-section .contact-info>div:not(:last-child) {
		margin-bottom: 4px;
	}

	.header .header-inner .r .nav-links {
		display: none;
	}

	.font36 {
		font-size: 28px;
	}

	.font70 {
		font-size: 36px;
	}

	.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;
	}

	.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: #333;
		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: rgba(37, 84, 254, 1);
	}

	.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)
	}

	.header .header-inner .r .nav-links li>a {
		padding: 0 15px;
		font-size: 16px;
	}

	.header .header-inner .r .contact-phone {
		font-size: 24px;
		margin-left: 0;
	}

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

	.header .header-inner {
		padding: 10px 26px;
	}
	.breadcrumb-section {
        padding-top: 35px;
    }
    .drone-tabs-section {
        margin-top: 15px;
        padding: 15px 0;
    }
	 .drone-case-section .drone-case-slide-item {
        width: 31%;
    }
    .drone-case-arrow-prev {
        left: -10px;
    }
    .drone-case-arrow-next {
        right: -10px;
    }
	 .drone-faq-section {
        padding: 80px 0;
    }
	.drone-faq-section .drone-faq-accordion-list {
        margin-top: 45px;
    }
}

@media (max-width: 1024px) {
	.drone-case-section .drone-case-more-container{
		margin-top:40px;
	}
	.drone-faq-section {
        padding: 70px 0;
    }
	.drone-faq-section .drone-faq-accordion-list {
        margin-top: 40px;
    } 
	 .drone-case-section .drone-case-carousel-wrapper{
        margin-top:40px;
    }
	.drone-tabs-section.sticky-top{
		top: 58px;
	}
	 .drone-case-section .drone-case-slide-item {
        width: 46%;
    }
	.drone-tabs-section .drone-tabs-nav-item {
        font-size: 14px;
        line-height: 36px;
        padding: 0 14px;
    }
    .drone-message-section .drone-message-form-input {
        height: 60px;
        font-size: 16px;
    }
    .drone-message-section .drone-message-form-textarea {
        height: 220px;
        font-size: 16px;
    }
	.vfx-footer-section .iconfont {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.vfx-footer-section .brand-slogan {
		font-size: 20px;
		margin-top: 16px;
	}

	.vfx-footer-section .footer-bottom-info {
		font-size: 14px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.vfx-footer-section .nav-title {
		margin-bottom: 15px;
	}

	.header .header-inner .r .contact-phone .icon-dianhua {
		font-size: 26px;
	}

	.header .header-inner .r .m-right-buttom {
		display: block;
		margin-left: 20px;
	}

	.header .header-inner {
		/* padding: 0 20px; */
	}

	.vfx-footer-section .footer-top-bar {
		/* flex-direction: column; */
		/* text-align: center; */
		gap: 30px;
		padding: 40px 0;
		/* align-items: flex-start; */
	}

	.vfx-footer-section .contact-side {
		flex-direction: column;
		gap: 20px;
		align-items: flex-end;
		width: 100%;
	}

	.vfx-footer-section .contact-info {
		/* text-align: center; */
	}

	.vfx-footer-section .footer-nav-grid {
		padding: 50px 0;
		flex-wrap: wrap;
		gap: 40px 20px;
	}

	.vfx-footer-section .nav-column {
		width: 30%;
	}

	.vfx-footer-section .qr-column {
		/* width: 100%; */
		/* display: flex; */
		/* flex-direction: column; */
		/* align-items: center; */
		/* text-align: left; */
	}

	.font36 {
		font-size: 26px;
	}

	.font70 {
		font-size: 30px;
	}

	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}
	.copy-wechat-btn{
		display: inline-block;
	}
	.float-popup-wechat p{
		display:none;
	}
}

@media (max-width: 768px) {
	.drone-case-section .drone-case-more-container{
		margin-top:30px;
	}
	.drone-faq-section {
        padding: 60px 0;
    }
	.drone-faq-section .drone-faq-accordion-list {
        margin-top: 30px;
    } 
	.drone-faq-section .drone-faq-header-bar {
        padding: 12px 20px;
        border-radius: 8px;
    }
    .drone-faq-section .drone-faq-question-text {
        font-size: 16px;
        line-height: 24px;
    }
    .drone-faq-section .drone-faq-body-panel {
        padding: 20px;
        border-radius: 8px;
        margin-top: 8px;
    }
    .drone-faq-section .drone-faq-answer-content {
        /* font-size: 14px; */
        line-height: 1.8;
    }
	.drone-case-section .drone-case-carousel-wrapper{
        margin-top:30px;
    }
	.drone-case-section .drone-case-slide-item {
        width: 70%;
    }
    .drone-case-section .drone-case-carousel-wrapper {
        margin-top: 35px;
    }
	.font120 {
		font-size:7vw;
	}
	.breadcrumb-section {
        padding-top: 25px;
    }
    .breadcrumb-section .breadcrumb-container {
        font-size: 13px;
        gap: 0 10px;
    }
    .drone-tabs-section {
        padding: 10px 0;
        margin-top: 10px;
    }
    .drone-message-section .drone-message-main-title {
        font-size: 22px;
        line-height: 1.4;
    }
    .drone-message-section .drone-message-row-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 15px;
    }
    .drone-message-section .drone-message-single-group {
        margin-top: 15px;
    }
    .drone-message-section .drone-message-form-input {
        height: 50px;
        font-size: 14px;
        padding: 0 15px;
    }
    .drone-message-section .drone-message-form-textarea {
        height: 160px;
        font-size: 14px;
        padding: 15px;
    }
    .drone-message-section .drone-message-captcha-bar {
        margin-top: 15px;
        height: 50px;
        width: 100%;
    }
    .drone-message-section .drone-message-captcha-input-box {
        width: 100%;
    }
    .drone-message-section .drone-message-captcha-input-box .drone-message-form-input {
        height: 50px;
        font-size: 14px;
    }
    .drone-message-section .drone-message-captcha-img-box {
        /* width: 100px; */
        /* height: 50px; */
    }
    .drone-message-section .drone-message-submit-bar {
        margin-top: 25px;
    }
    .drone-message-section .drone-message-submit-btn {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }
	.vfx-footer-section .footer-top-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.vfx-footer-section .qr-box {
		margin: 0 auto;
	}

	.header {
		/* padding: 10px 15px 0; */
	}

	.header .header-inner {
		height: 60px;
	}

	.vfx-footer-section .footer-nav-grid {
		/* justify-content: space-around; */
		gap: 25px;
	}

	.vfx-footer-section .nav-links {
		display: flex;
		flex-wrap: wrap;
		gap: 0 19px;
	}

	.vfx-footer-section .nav-links li:not(:last-child) {
		margin-bottom: 0;
	}

	.vfx-footer-section .nav-column {
		width: 100%;
	}



	.vfx-footer-section .footer-bottom-info {
		/* flex-direction: column; */
		/* align-items: center; */
		/* gap: 10px; */
		padding-bottom: 30px;
	}

	.font36 {
		font-size: 24px;
	}

	.font70 {
		font-size: 28px;
	}

	.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;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.header .header-inner .r .contact-phone{
		display:none;
	}
	.bottom-sticky-bar{
		display:flex;
	}
}

@media (max-width: 500px) {
	.float-sidebar-item{
		padding:10px 6px;
		width: 65px;
	}
	.float-sidebar-item i{
		font-size:24px;
	}
	.float-sidebar-item span{
		font-size:12px;
	}
	.float-sidebar{
		right:10px;
	}
	.drone-case-section .drone-case-more-container{
		margin-top:25px;
	}
	.drone-case-section .drone-case-more-btn{
		line-height:40px;
		padding:0 20px;
	}
	.drone-faq-section {
        padding: 50px 0;
    }
    .drone-faq-section .drone-faq-accordion-list {
        margin-top: 25px;
    }
    .drone-faq-section .drone-faq-header-bar {
        padding: 10px 15px;
        gap: 0 10px;
    }
    .drone-faq-section .drone-faq-question-text {
        /* font-size: 14px; */
        line-height: 22px;
    }
    .drone-faq-section .drone-faq-body-panel {
        padding: 15px;
    }
    .drone-faq-section .drone-faq-item {
        margin-top: 12px;
    }
	.drone-case-section .drone-case-slide-item:not(:last-child){
		margin-right:3%;
	}
	.drone-case-section .drone-case-card-title{
		margin-top:15px;
		font-size:16px;
	}
	.drone-case-section .drone-case-carousel-wrapper{
        margin-top:25px;
		padding:0;
    }
	.drone-tabs-section.sticky-top{
		top: 55px;
	}
	 .drone-case-section .drone-case-slide-item {
        width: 80%;
    }
    .drone-case-arrow-prev,
    .drone-case-arrow-next {
        display: none; 
    }
	 .breadcrumb-section .breadcrumb-container {
        font-size: 12px;
        gap: 0 8px;
    }
    .drone-message-section .drone-message-form-box {
        margin-top: 25px;
    }
	.vfx-footer-section .contact-info {
		font-size: 15px;
		text-align: left;
		width: 100%;
	}

	.vfx-footer-section .brand-slogan {
		font-size: 18px;
	}

	.vfx-footer-section .qr-box img {
		width: 90px;
		margin: 0 auto;
	}

	.vfx-footer-section .qr-text {
		margin-top: 10px;
		font-size: 14px;
	}

	.vfx-footer-section .nav-links a {
		font-size: 14px;
	}

	.header .header-inner {
		padding: 0 20px;
		height: 55px;
	}

	.header .header-inner .r .contact-phone span {
		padding-top: 1px;
	}

	.header .header-inner .r .contact-phone {
		font-size: 20px;
		gap: 4px;
	}

	.header .header-inner .r .contact-phone .icon-dianhua {
		font-size: 20px;
	}

	.header .header-inner .logo img {
		/* height: 40px; */
	}

	.vfx-footer-section .footer-top-bar {
		padding: 30px 0;
		gap: 25px;
	}

	.vfx-footer-section .social-icons {
		gap: 15px;
		width: 100%;
		justify-content: center;
	}


	.vfx-footer-section .service-hotline span {
		font-size: 22px;
	}

	.vfx-footer-section .footer-nav-grid {
		padding: 30px 0;
		flex-direction: column;
		align-items: center;
		/* text-align: center; */
	}

	.vfx-footer-section .nav-column {
		width: 100%;
	}

	.vfx-footer-section .nav-title {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.font36 {
		font-size: 22px;
	}

	.font70 {
		font-size: 26px;
	}

	.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:not(:last-child) {
		margin-bottom: 25px;
	}

	.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;
	}
}