* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-family: "Arial", "Helvetica", sans-serif;
}
html{
	margin-top: 0!important;
}
img,video{
	max-width: 100%;
	vertical-align: bottom;
}
body{
	overflow-x: hidden;
}

@font-face {
	font-family: Stratum2-Black;
	src: url(../fonts/Stratum2-Black.otf);
	font-display: swap;
}
@font-face {
	font-family: Stratum2-Thin;
	src: url(../fonts/Stratum2-Thin.otf);
	font-display: swap;
}
@font-face {
	font-family: DIN;
	src: url(../fonts/D-DIN.woff2);
	font-display: swap;
}
@font-face {
	font-family: DINMedium;
	src: url(../fonts/DIN-Medium.woff2);
	font-display: swap;
}
@font-face {
	font-family: DIN-Bold;
	src: url(../fonts/DIN-Bold.otf);
	font-display: swap;
}
@font-face {
	font-family: Orbitron-Medium;
	src: url(../fonts/Orbitron-Medium.woff2);
	font-display: swap;
}
@font-face {
	font-family: Orbitron-Regular;
	src: url(../fonts/Orbitron-Regular.woff2);
	font-display: swap;
}

main.bgBlack {
	background-color: #111111;
}

.w1600 {
	width: 1500px;
	margin: auto;
}
.wap{
	display: none!important;
}
/*动画*/
.ad img,.ad svg {
	transition: all ease-out .4s;
}
.ad:hover img,.ad:hover svg {
	transform: translateY(-18px);
	-webkit-transform: translateY(-18px);
	-moz-transform: translateY(-18px);
	transition: all ease-out .4s;
}
.am {
	overflow: hidden;
}
.am img {
	transition: all ease-out .3s;
}

.am:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	transition: all ease-out .3s;
}
.ax,.ax img,.ax svg{
	transition: all ease-out .4s;
}
.ax:hover img,.ax:hover svg{
	transition: all ease-out .4s;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.big {
	width: 100%;
	height: 100%;
	animation: big 1.8s;
}
@keyframes big {
	from {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
	}
	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	}
}
/* 头部 */
header{
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: flex;
}
header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerLeft a{
	display: flex;
	align-items: center;
}
header .blackImg{
	display: none;
}
.lanuage,
.lanuageMobile,
.search,
.searchShow{
	display: none !important;
}
.headerLeft h1,.headerLeft a span{
	display: none;
}
.headerLeft svg,.footerLogo svg{
	max-width: 190px;
	height: 16px;
}
.headerLeft a svg,
.footerLogo a svg{
	display: none;
}
.headerLeft a::after,
.footerLogo a::after{
	content: "HI-END AIR DRONES";
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-family: Orbitron, DIN, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .04em;
	white-space: nowrap;
}
.headerBg .headerLeft a::after{
	color: #231815;
}
.headerRight,.headerRight ul{
	display: flex;
	align-items: center;
}
.headerRight ul li{
	padding: 0 20px;
}
.headerRight ul li .text{
	position: relative;
}
.headerRight ul li .text::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,.85);
	left: 0;
	bottom: 0;
	display: none;
}
.headerRight ul li:hover .text::after{
	display: block;
}
.headerRight ul li span{
	height: 80px;
	display: block;
	line-height: 80px;
	font-size: 20px;
	font-family: Stratum2-Black;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}
.headerRight ul li span a{
	font-family: Stratum2-Black;
	color: #fff;
}
.header_icon{
	display: flex;
	margin-left: 32px;
}
.header_icon svg{
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.header_icon .lanuage svg{
	margin-right: 40px;
}
.headerBg{
	background-color: #fff;
}
.headerBg .headerRight ul li span,.headerBg .headerRight ul li span a{
	color: #333;
}
.headerBg .cls-2{
	fill: #231815;
}
.headerBg .cls-3{
	fill: #333;
}
header .dropMenu{
	display: none;
	position: fixed;
	top: 81px;
	width: 100%;
	background-color: #fff;
	left: 0;
	padding: 30px 0 60px 0;
	min-height: 481px;
	box-sizing: border-box;
}
header .dropMenu .w1600{
	display: flex;
}
.headCenter_box{
	width: 22.25%;
	margin-right: 1.25%;
}
.headCenter_box h6{
	font-size: 20px;
	font-family: Stratum2-Black;
}
.headCenter_box img{
	margin: 20px 0;
}
.headCenter_box a{
	display: block;
	font-size: 18px;
	font-family: DIN;
	color: #333333;
	margin-bottom: 12px;
}
.headCenter_box a:hover{
	text-decoration: underline;
}
/* .headCenter_box a.first_title:hover{
	text-decoration: none;
} */
.headCenter_box:last-child{
	margin-right: 0;
}
.head_fpvDrone .dropMenu .w1600{
	display: flex;
	flex-wrap: wrap;
 }
 .head_drone{
	width: 12.5%;
	margin-top: 50px;
 }
 .head_drone:hover p{
	text-decoration: underline;
 }
 .head_droneImg{
	text-align: center;
 }
 .head_drone img{
	max-height: 94px;
	max-width: 120px;
 }
 .head_drone p{
	font-size: 18px;
	color: #454545;
	font-family: DIN;
	margin-top: 18px;
	color: #454545;
	text-align: center;
	text-transform: uppercase;
 }
 .lanuage section,.search section{
	height: 80px;
	display: flex;
	align-items: center;
 }
 .lanuage .dropMenu{
	width: 140px;
	left: auto;
	right: calc((100% - 1220px)/2);
	padding: 0;
	box-shadow: 0px 1px 10px -4px #CCCCCC;
	min-height: inherit;
 }
 .lanuage .dropMenu a{
	font-size: 16px;
	color: #454545;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	display: block;
	text-align: center;
 }
 .lanuage .dropMenu a:last-child{
	border: 0;
 }
 .lanuage .dropMenu a svg{
	width: 9px;
	height: 9px;
	margin: 0 5px 0 -14px;
 }
 .lanuage .dropMenu a:hover{
	text-decoration: underline;
 }
 .lanuage.pc:hover .dropMenu{
	display: block;
 }
 .head_solutionMenu .headCenter_box{
	margin-right: 90px;
 }
 .head_solutionMenu .headCenter_box:last-child{
	margin-right: 0;
 }
.head_solutionMenu .headCenter_box a{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.head_solutionMenu .headCenter_box a:first-child{
	margin-bottom: 30px;
}
.head_solutionMenu .headCenter_box a svg{
	width: 42px;
	height: 42px;
}
.head_solutionMenu .headCenter_box a span{
	color: #333;
	margin-left: 8px;
	height: inherit;
	line-height: inherit;
}
.head_solutionMenu .headCenter_itemBox{
	display: flex;
	align-items: center;
	background: rgba(197, 198, 200, 0.15);
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	border-radius: 6px;
}
.head_solutionMenu .headCenter_itemImg{
	width: 117px;
	height: 100px;
	display: flex;
	align-items: center;
}
.head_solutionMenu .headCenter_itemBox img{
	margin: 0;
	max-width: 117px;
	max-height: 100px;
}
.head_solutionMenu .headCenter_itemBox span{
	font-family: DIN;
	height: inherit;
	text-transform: none;
}
.head_aboutMenu .dropMenu .w1600{
	margin-top: 0;
}
.headerRight .head_aboutMenu .dropMenu a:hover span{
	text-decoration: underline;
}
.headerRight .head_aboutMenu .dropMenu a:first-child{
	margin-right: 186px;
	position: relative;
}
.headerRight .head_aboutMenu .dropMenu a:first-child::after{
	position: absolute;
	content: "";
	border-right: 1px solid rgba(0,0,0,0.1);
	height: 100%;
	right: -82px;
	top: 0;
}
.headerRight .head_aboutMenu a span{
	height: inherit;
	line-height: inherit;
	font-size: 24px;
	color: #333;
}
.head_aboutMenu a p{
	font-size: 18px;
	font-family: DIN;
	color: #454545;
	margin: 4px 0 16px 0
}
.head_aboutMenu a svg{
	width: 70px;
	height: 70px;
}
.searchBg::after{
	position: fixed;
	content: "";
	width: 100%;
	height: calc(100% - 80px);
	top: 80px;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.2);
}
.searchResult{
	min-height: 55vh;
}
.search_value{
	padding: 86px 0 10px 0;
	font-size: 30px;
	color: #333;
	font-family: Stratum2-Black;
	border-bottom: 0.5px solid rgba(0,0,0,0.2);
}
.search_main.collection_main{
	justify-content: inherit;
	flex-wrap: wrap;
}
.search_box.collection_box,.search_box.collection_box:nth-child(3n){
	width: 24%;
	margin: 0 1.3% 20px 0;
}
.search_box.collection_box:nth-of-type(4n){
	margin-right: 0;
}
.search_box h3{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 38px;
}
.searchShow{
	display: none;
	width: 100%;
}
.searchform_box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#searchform input:-internal-autofill-previewed,
#searchform input:-internal-autofill-selected {
	transition: background-color 1500s ease-out 10s;
}
#searchform input,#searchPage_form input{
	width: 45%;
    padding: 10px;
    font-family: DIN;
    color: #1e0b00;
    background: none;
    outline: none;
    border: 1px solid;
	font-size: 16px;
}
#searchform p,#searchPage_form p{
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#searchform p:after,#searchPage_form p:after{
	position: absolute;
    content: '×';
    left: 0;
    top: 0;
    font-size: 30px;
    color: #1e0b00;
}
#searchform p:hover::after,#searchPage_form p:hover::after{
	font-weight: bold;
}
.search-submit{
	background: none;
	border: 0;
	margin: 0 25px;
}
.search-submit,.search-submit svg{
	width: 20px;
	height: 20px;
}
.search-submit,.search-submit svg .cls-3{
	fill: #1e0b00;
}
.searchBg{
	background-color: #fff;
}
.header_contact a{
	font-size: 18px;
	color: #fff;
	font-family: Stratum2-Black;
	width: 88px;
	height: 34px;
	background: #E33517;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 40px;
}
.header_contact a:hover{
	background: rgba(277, 53, 23, 0.8); 
}
/* form */
.contactForm{
	background-color: #292929;
	border-bottom: 0.5px solid rgba(255,255,255,0.3);
	padding: 90px 0 110px 0;
	box-sizing: border-box;
	transition: all ease-out .1s;
}
.contactForm .close{
	display: none;
}
.contactForm h3{
	font-size: 48px;
	font-family: Stratum2-Black;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}
.contact_item{
	display: flex;
	flex-wrap: wrap;
}
.contForm_box{
	width: 31.8%;
	margin: 0 2.3% 30px 0;
}
.contForm_box:nth-of-type(3n){
	margin-right: 0;
}
.contForm_textarea{
	width: 100%;
	margin: 0;
}
.contForm_box label{
	display: block;
	font-size: 20px;
	font-family: DIN;
	color: rgba(255,255,255,0.8);
	margin-bottom: 8px;
}
.contForm_box input,.contForm_box select,.contForm_box textarea{
	width: 100%;
	background: #454545;
	border: 0;
	border-radius: 2px;
	height: 56px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	font-family: DIN;
}
.contForm_box select{
	opacity: 0.8;
}
.contForm_box textarea{
	height: 160px;
}
.contForm_checkbox{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.contForm_checkbox label{
	position: relative;
}
.contForm_checkbox p{
	font-size: 18px;
	font-family: DIN;
	color: rgba(255,255,255,0.6);
	margin-left: 12px;
}
.contForm_checkbox input{
	background: none;
	border-color: #fff;
	width: 15px;
	height: 15px;
	display: none;
}
/* 创建自定义的checkbox样式 */
.contForm_checkbox input[type=checkbox] + label::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background: rgba(255,255,255,0);
	border: 1px solid #fff;
	position: relative;
	cursor: pointer;
	top: 3px;
}
/* 当checkbox被选中时 */
.contForm_checkbox input[type=checkbox]:checked + label::before {
	background-color: #fff; 
}
.contForm_checkbox input[type=checkbox]:checked + label::after {
	content: '✔';
	color: #0E140E;
	position: absolute;
	left: 3.5px;
	top: 1px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.contactForm button{
	width: 280px;
	height: 60px;
	background: none;
	border: 1px solid;
	color: #fff;
	font-size: 30px;
	font-family: Stratum2-Black;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto auto auto;
	cursor: pointer;
}
.contactForm button.success:hover{
	background: none;
	color: #fff;
}
.contactForm button img{
	width: 28px;
	margin-left: 10px;
}
.contForm_box.verify{
	position: relative;
}
.contForm_box.verify::after{
	content: "required";
	position: absolute;
	color: #b92020;
	bottom: -20px;
	left: 0;
	font-size: 14px;
	font-family: DIN;
	opacity: 1;
}
/* 底部 */
footer{
	background-color: #292929;
}
.footer_main{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
.footer_main span{
	color: #fff;
	font-size: 20px;
	font-family: Stratum2-Black;
	text-transform: uppercase;
	display: block;
}
.footer_main span.multi{
	margin-top: 20px;
}
.footer_main li{
	font-size: 14px;
	font-family: DIN;
	margin-top: 11px;
	display: block;
}
.footer_main li a{
	color: #fff;
	text-decoration:none;
}
.footer_main a:hover{
	text-decoration: underline;
}
.footerContacts{
	max-width: 300px;
}
.footerContacts li{
	color: rgba(255,255,255,0.72);
	line-height: 1.45;
}
.footerContacts li a{
	color: var(--hiend-accent, #f0a32f);
}
.footerLogo{
	margin-top: 92px;
	padding: 26px 0 30px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.footerLogo span{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
}
footer .footer_main span svg{
	display: none;
}
main.product{
	margin-top: 80px;
}
/* 产品nav */
.productPage{
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(31, 25, 21, 1);
}
.FPVTitle{
	display: flex;
	align-items: center;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
}
.FPVTitle li{
	margin-left: 42px;
	opacity: 0.4;
	padding-left: 16px;
	position: relative;
	font-size: 20px;
	font-family: Stratum2-Black;
	color: #fff;
}
.FPVTitle li:first-child{
	margin-left: 0;
}
.FPVTitle li::before{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #fff;
	left: 0;
	top: 7px;
	border-radius: 50%;
}
.FPVTitle li:hover{
	opacity: 0.5;
	cursor: pointer;
}
.FPVTitle li.active{
	opacity: 1;
}
.FPVTitle li a{
	color: #fff;
	font-family: Stratum2-Black;
}
.FPVContBox,.stackSeries{
	position: relative;
}
.FPVContBox::after,.stackSeries::after{
	position: absolute;
	content: "TIPS: The pictures are for reference only. Batteries and the box are not included.";
	color: #fff;
	opacity: 0.3;
	bottom: 20px;
	left: 26px;
	font-size: 14px;
	font-family: DIN;
}
.rightFixed{
	width: 42px;
	background: rgba(69, 69, 69, 0.6);
	border-radius: 6px;
	right: 36px;
	bottom: 96px;
	position: fixed;
	z-index: 998;
}
.rightFixed section{
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.rightFixed section a{
	display: block;
}
.rightFixed .icon svg{
	width: 24px;
	height: 24px;
	cursor: pointer;
}
#returnTop{
	display: none;
}
.right_hoverText{
	position: absolute;
	width: 105px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -110px;
	top: 18%;
	display: none;
}
.right_hoverText svg{
	width: 105px;
	height: 29px;
}
.rightFixed span{
	position: absolute;
	font-size: 14px;
	color: #fff;
	font-family: DIN-Bold;
}
.rightFixed section:hover .right_hoverText{
	display: flex;
}
/* fixedForm */
.fixedForm{
	position: fixed;
	display: none;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(44,44,44,0.8);
	z-index: 9999999;
	overflow-y: auto;
}
.fixedForm::-webkit-scrollbar {
	width: 0;
  }
.fixedForm .contactForm{
	background: #1A1A1A;
	max-width: 854px;
	margin: auto;
	padding: 40px 0 60px 0;
	border-bottom: 0;
	position: relative;
}
.fixedForm .contactForm .w1600{
	width: 56.2%;
}
.fixedForm .contactForm h3{
	font-size: 30px;
	margin-bottom: 40px;
}
.fixedForm .contactForm h3 br{
	display: none;
}
.fixedForm .contForm_checkbox{
	display: none;
}
.fixedForm .contForm_box{
	width: 100%;
	margin: 0 0 20px 0;
}
.fixedForm .contForm_box input, .fixedForm .contForm_box select{
	height: 40px;
}
.fixedForm .contForm_box input, .fixedForm .contForm_box select, .fixedForm .contForm_box textarea{
	background: rgba(255,255,255,0.2);
}
.fixedForm .contactForm button{
	width: 220px;
	height: 50px;
	margin-top: 20px;
	font-size: 25px;
}
.fixedForm .contactForm .close{
	display: block;
	position: absolute;
	right: -42px;
	top: 0;
}
.fixedForm .contactForm .close svg{
	width: 30px;
	height: 30px;
}
/*标题公共样式 */
.FPVX_title{
    text-align: center;
}
.FPVX_title h3{
    font-size: 58px;
    color: #fff;
    margin-bottom: 16px;
}
.FPVX_title p{
    font-size: 24px;
    color: rgba(255,255,255,0.5);
}

/* 鼠标滚动模块显示隐藏样式 */
.FPVP136Section8 .FPVX07Section6_content{
    display: flex;
    justify-content: center;
    min-height: 948px;
}
.FPVP136Section8 .FPVX_title p{
    max-width: 54%;
    margin: auto;
}
.FPVP136Section8 .FPVX07Section6_main{
    top: 0;
}
.FPVP136Section8 .FPVX07Section6_main ul{
    max-width: 1000px;
}
.FPVP136Section8 .FPVX07Section6_box section:first-child{
    top: 245px;
}
.FPVP136Section8 .FPVX07Section6_box section:nth-child(2){
    bottom: -30px;
}
.FPVP136Section8 .FPVX07Section6_box section:last-child{
    top: 226px;
    width: 260px;
}
.FPVP136Section8 .FPVX07Section6_box section:last-child::before{
    width: 112%;
    left: 124%;
}
@media only screen and (max-width: 1650px) {
	footer .w1600{
		top: 42px;
		left: calc((100% - 1200px)/2);
	}
	.footer_main{
		padding-top: 32px;
	}
	.footer_main span{
		font-size: 17px;
	}
	.footer_main a{
		font-size: 15px;
	}
	.footerLogo{
		padding-bottom: 15px;
	}
}
@media only screen and (max-width: 1600px) {
	.w1600{
		width: 1200px;
	}
	header .dropMenu{
		padding: 30px 0;
		min-height: 398px;
	}
	.headCenter_box h6{
		font-size: 18px;
	}
	.headCenter_box a{
		font-size: 16px;
	}
	.headCenter_box img{
		margin: 20px 0 0 0;
	}
	.headerRight ul li span{
		font-size: 18px;
	}
	.header_icon{
		margin-left: 30px;
	}
	.head_drone{
		margin-top: 30px;
	}
	.head_droneImg{
		height: 88px;
	}
	.head_drone img{
		max-height: 88px;
		max-width: 105px;
	}
	.head_drone p{
		font-size: 16px;
		margin-top: 12px;
	}
	.headerLeft svg, .footerLogo svg{
		height: 15px;
	}
	.head_solutionMenu .headCenter_box{
		margin-right: 45px;
		width: 23.25%;
	}
	.head_solutionMenu .headCenter_box a svg{
		width: 38px;
		height: 38px;
	}
	.head_solutionMenu .headCenter_itemImg{
		width: 106px;
		height: 88px;
	}
	.head_solutionMenu .headCenter_itemBox img{
		max-width: 106px;
		max-height: 88px;
	}
	.head_solutionMenu .headCenter_itemBox{
		padding: 0 10px;
	}
	.head_solutionMenu .headCenter_box a:first-child{
		margin-bottom: 22px;
	}
	.headerRight .head_aboutMenu a span{
		font-size: 22px;
	}
	.head_aboutMenu a p{
		font-size: 16px;
		margin-bottom: 14px;
	}
	.headerRight .head_aboutMenu .dropMenu a:first-child{
		margin-right: 156px;
	}
	.headerRight .head_aboutMenu .dropMenu a:first-child::after{
		right: -78px;
	}
	.head_aboutMenu a svg{
		width: 55px;
		height: 55px;
	}
	.lanuage .dropMenu{
		right: calc((100% - 930px)/2);
	}
	.header_contact a{
		font-size: 16px;
		width: 82px;
		height: 32px;
	}
	.search_value{
		padding-top: 70px;
		font-size: 28px;
	}
	.contactForm{
        padding: 80px 0 120px 0!important;
    }
    .contactForm h3{
        margin-bottom: 50px;
    }
    .contForm_box label{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .contForm_box input, .contForm_box select, .contForm_box textarea{
        height: 48px;
    }
	.contForm_box textarea{
		height: 140px;
	}
    .contForm_box{
        margin-bottom: 20px;
    }
    .contForm_checkbox{
        margin-top: 18px;
    }
    .contForm_checkbox p{
        font-size: 16px;
        margin-left: 8px;
    }
    .contactForm button{
        width: 240px;
        height: 54px;
        font-size: 25px;
    }
	.contForm_textarea{
		margin-bottom: 0;
	}
	/* fixedForm */
	.fixedForm .contactForm{
		padding: 50px 0 80px 0!important;
	}
	.fixedForm .contactForm .w1600{
		width: 64.2%;
	}
	.fixedForm .contactForm h3{
		font-size: 26px;
		margin-bottom: 30px;
	}
	.fixedForm .contForm_box label{
		font-size: 18px;
		margin-bottom: 6px;
	}
	.fixedForm .contForm_box input, .fixedForm .contForm_box select, .fixedForm .contForm_box textarea{
		padding: 8px;
	}
	.fixedForm .contForm_box textarea{
		height: 120px;
	}
	.fixedForm .contactForm button{
		width: 180px;
		height: 42px;
		margin-top: 10px;
		font-size: 22px;
	}
	.fixedForm .contactForm .close{
		right: -40px;
	}
	.fixedForm .contactForm .close svg{
		width: 25px;
		height: 25px;
	}
	.rightFixed{
		width: 40px;
		right: 30px;
		bottom: 60px;
	}
	.rightFixed .icon svg{
		width: 22px;
		height: 22px;
	}
	/* 标题公共样式 */
	.FPVX_title h3{
        font-size: 46px;
        margin-bottom: 12px;
    }
    .FPVX_title p{
        font-size: 18px;
    }
	/* 鼠标滚动模块显示隐藏样式 */
	.FPVP136Section8 .FPVX07Section6_main ul{
        max-width: 800px;
    }
    .FPVP136Section8 .FPVX07Section6_content{
        min-height: 745px;
    }
}
@media only screen and (max-width: 1300px) {
	.w1600{
		width: 1000px;
	}
	.header_icon{
		margin-left: 28px;
	}
	.headerRight ul li{
		padding: 0 14px;
	}
	.head_drone p{
		font-size: 14px;
	}
	.headCenter_box img{
		margin: 10px 0 0 0;
	}
	.head_solutionMenu .w1600{
		margin-top: 0;
	}
	.head_solutionMenu .headCenter_box a svg{
		width: 34px;
		height: 34px;
	}
	.head_solutionMenu .headCenter_box a span{
		margin-left: 5px;
		font-size: 16px;
	}
	.head_solutionMenu .headCenter_itemImg{
		width: 100px;
		height: 78px;
	}
	.head_solutionMenu .headCenter_itemBox img{
		max-width: 100px;
		max-height: 78px;
	}
	.head_solutionMenu .headCenter_box{
		width: 25.3%;
		margin-right: 35px;
	}
	.headerRight .head_aboutMenu a span{
		font-size: 18px;
	}
	.head_aboutMenu a svg{
		width: 45px;
		height: 45px;
	}
	.headerRight .head_aboutMenu .dropMenu a:first-child{
		margin-right: 140px;
	}
	.headerRight .head_aboutMenu .dropMenu a:first-child::after{
		right: -70px;
	}
	.lanuage .dropMenu a, .vertical_menu .dropMenu a{
		font-size: 14px;
	}
	.lanuage .dropMenu{
		right: calc((100% - 750px)/2);
	}
	.header_contact a{
		font-size: 15px;
		width: 80px;
		height: 30px;
		margin-left: 34px;
	}
	.footerLogo{
		margin-top: 70px;
	}
	.footer_main a{
		font-size: 14px;
	}
	.FPVTitle li{
		font-size: 17px;
	}
	.contForm_box label{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .contForm_box input, .contForm_box select, .contForm_box textarea{
        height: 40px;
    }
    .contForm_box textarea{
        height: 120px;
    }
    .contForm_checkbox p{
        font-size: 14px;
    }
    .contForm_checkbox{
        margin-top: 8px;
    }
    .contactForm{
        padding: 80px 0 100px 0!important;
    }
    .contactForm button{
        width: 180px;
        height: 40px;
        font-size: 18px;
    }
	.search .collBanner_text h1{
		font-size: 38px;
	}
	/* fixedForm */
	.fixedForm .contactForm{
		padding: 40px 0 60px 0!important;
	}
	.fixedForm .contactForm .w1600{
		width: 66.2%;
	}
	.fixedForm .contactForm h3{
		margin-bottom: 24px;
		font-size: 24px;
	}
	.fixedForm .contForm_box label{
		font-size: 16px;
	}
	.fixedForm .contForm_box{
		margin: 0 0 15px 0;
	}
	.fixedForm .contForm_box textarea{
		height: 100px;
	}
	.fixedForm .contactForm button{
		width: 130px;
		height: 40px;
		font-size: 18px;
		margin-top: 8px;
	}
	.fixedForm .contactForm .close{
		right: -30px;
	}
	.fixedForm .contactForm .close svg{
		width: 20px;
		height: 20px;
	}
	.rightFixed section{
		padding: 8px 0;
	}
	.rightFixed .icon svg,#returnTop svg{
		width: 20px;
		height: 20px;
	}
	.rightFixed{
		width: 38px;
		right: 35px;
		bottom: 40px;
	}
	.rightFixed span{
		font-size: 13px;
	}
	.right_hoverText{
		height: 24px;
		left: -109px;
		top: 16%;
	}
	/* 标题公共样式 */
	.FPVX_title h3{
        font-size: 38px;
    }
    .FPVX_title p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1024px) {
	.headerRight ul li span svg{
		display: none;
	}
	.contactForm button:hover{
		background: #fff;
		color: #292929;
		transition: all ease-out .1s;
	}
}
@media only screen and (max-width: 1024px) {
	.pc{
		display: none!important;
	}
	.wap{
		display: block!important;
	}
	.w1600{
		width: 92%;
	}
	header,header .container,.lanuage section,.search section{
		height: 50px;
	}
	main.product{
		margin-top: 50px;
	}
	.searchBg::after{
		top: 50px;
		height: calc(100% - 50px);
	}
	.header_icon{
		margin-left: 0;
	}
	.header_icon .lanuage svg{
		margin-right: 5px;
	}
	.head_nav_icon{
		display: flex!important;
		align-items: center;
	}
	.head_nav_icon svg{
		width: 18px;
	}
	.head_nav_icon svg .d{
		stroke: #fff;
	}
	.headerBg .head_nav_icon svg .d{
		stroke: #333;
	}
	.headerLeft svg,.footerLogo svg{
		max-width: 160px;
		height: 14px;
	}
	.headerRight{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.headerRight ul{
		display: block;
		position: fixed;
		width: 95%;
		height: 100vh;
		background-color: #fff;
		right: -100%;
		top: 0;
		overflow-y: auto;
		transition: all ease-out .3s;
	}
	.headerRight ul li{
		padding: 20px;
		border-bottom: 1px solid #eee;
	}
	.headerRight ul li.lanuageMobile{
		padding: 0 20px;
		border-bottom: 0;
		width: max-content;
	}
	.headerRight ul li span{
		height: auto;
		line-height: inherit;
		font-size: 20px;
		color: #333;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.headerRight ul li span a{
		color: #333;
	}
	.headerRight ul li span svg{
		width: 12px;
		fill: #333;
		transform: rotateZ(270deg);
		transition: all ease-out .1s;  
	}
	header .dropMenu{
		position: relative;
		top: inherit;
		padding: 0;
		min-height: inherit;
	}
	header .dropMenu .w1600{
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.headCenter_box{
		width: 48%;
		margin-right: 0;
	}
	.headerRight ul li[data-type='DRONE'] .headCenter_box{
		width: 100%;
	}
	.headerRight ul li[data-type='DRONE'] .headCenter_box img{
		width: 48%;
	}
	.headerRight ul li:hover .text::after{
		display: none;
	}
	/* .headCenter_box img{
		margin: 0 0 15px 0;
	} */
	.headCenter_box h6{
		font-size: 18px;
		margin: 15px 0 10px 0;
		color: #333;
		opacity: 0.8;
	}
	.headCenter_box a{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.headerRight ul li .headArrowSpin svg{
		transform: rotateZ(360deg);
	}
	.headerRight ul li.closeIcon{
		padding: 10px 20px;
		display: flex!important;
		justify-content: flex-end;
	}
	.headerRight ul li.closeIcon span{
		font-size: 30px;
		font-family: inherit;
	}
	.head_drone{
		width: 50%;
		margin-top: 22px;
	}
	.head_drone img{
		max-height: 80px;
		max-width: 98px;
	}
	.head_drone p{
		font-size: 14px;
		margin-top: 8px;
	}
	.head_solutionMenu .headCenter_box{
		width: 100%;
		margin: 25px 0 0 0;
	}
	.head_solutionMenu .headCenter_box a svg{
		width: 25px;
		height: 25px;
	}
	.head_solutionMenu .headCenter_box a span{
		font-size: 18px;
		opacity: 0.8;
	}
	.head_solutionMenu .headCenter_box a:first-child{
		margin-bottom: 0;
	}
	.head_solutionMenu .headCenter_box:first-child a:first-child{
		margin-bottom: 10px;
	}
	.head_solutionMenu .headCenter_itemImg{
		width: 78px;
		height: 64px;
	}
	.head_solutionMenu .headCenter_itemBox img{
		max-width: 78px;
		max-height: 64px;
	}
	.head_solutionMenu .headCenter_box  a .headCenter_itemBox span{
		font-size: 14px;
	}
	.headerRight .head_aboutMenu .dropMenu a:first-child{
		margin-right: 0;
	}
	.head_aboutMenu .dropMenu .w1600{
		margin: 25px 0 10px 0;
	}
	.head_aboutMenu a p{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.head_aboutMenu a svg{
		width: 30px;
		height: 30px;
	}
	.head_aboutMenu a span{
		opacity: 0.8;
	}
	.headerRight .head_aboutMenu .dropMenu a:first-child::after{
		right: -50%;
	}
	.header_contact a{
		font-size: 15px;
		width: 88px;
		margin: 10px 0 0 20px;
	}
	.lanuageMobile .lanuage{
		position: relative;
	}
	.lanuage .dropMenu{
		position: absolute;
		top: 50px;
		width: 92px;
		left: 0;
	}
	.lanuage .dropMenu a{
		font-size: 14px;
		height: 42px;
		line-height: 42px;
	}
	.lanuage section{
		font-size: 16px;
		color: #333;
		font-family: DIN;
		font-weight: bold;
	}
	.lanuage section svg:first-child{
		width: 20px;
		height: 20px;
	}
	.lanuage section svg.ast-arrow-svg{
		fill: #333;
		transform: rotateZ(270deg);
		width: 10px;
		margin-left: 7px;
		transition: all ease-out .1s;
	}
	.lanuage .cls-3{
		fill: #333;
	}
	#searchform input,#searchPage_form input{
		width: 65%;
		padding: 8px;
		font-size: 14px;
	}
	.search-submit{
		margin: 0 20px;
	}
	.search.collection{
		margin-top: 50px;
	}
	.search .collBanner_text h1{
		font-size: 20px;
	}
	.search_box.collection_box, .search_box.collection_box:nth-child(3n),.search_box.collection_box a{
		width: 100%;
	}
	.search_box h3{
		line-height: inherit;
	}
	
	footer{
		padding: 60px 0 20px 0;
	}
	footer .footer_main{
		display: block;
		padding-top: 0;
	}
	footer .footer_main ul{
		margin-bottom:20px;
	}
	.footerContacts{
		max-width: 100%;
	}
	footer .footer_main span{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items:center;
		padding-right:10px;
	} 
	footer .footer_main span svg{
		display: block;
		height:13px;
		transition: all ease-out .1s;
	}
	.footer_arrow{
		-webkit-transform: rotateZ(90deg);
		-moz-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
		transition: all ease-out .1s;
		}
	.footerLogo{
		margin-top:40px;
		padding: 15px 0 0 0;
		display: block;
	}
	.footerLogo span{
		display: block;
		margin-top: 14px;
		color:rgba(255,255,255,0.6)
	}
	/* 产品nav */
	.productNav{
		max-width: 100%;
        padding: 0 0 0 4%;
        overflow-x: auto;
	}
	.productNav li{
		font-size: 18px;
		margin: 0 40px 0 0;
		padding: 20px 0 20px 14px;
		white-space: nowrap;
	}
	.productNav li::before{
		top: 26px;
	}
	.productPage .w1600{
		width: 100%;
	}
	/* form */
	.contactForm{
		padding: 80px 0!important;
	}
	.contactForm h3{
		font-size: 28px;
		margin-bottom: 25px;
	}
	.contactForm button img{
		width: 14px;
		margin-left: 5px;
	}
	.contForm_box label{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.contForm_box input, .contForm_box select, .contForm_box textarea{
		height: 40px;
		font-size: 14px;
	}
	.contForm_box textarea{
		height: 100px;
	}
	.contForm_box,.contForm_box:nth-of-type(3n){
		width: 100%;
		margin: 0 0 20px 0;
	}
	.contForm_box:nth-of-type(2n){
		margin-right: 0;
	}
	.contForm_checkbox{
		margin-top: 0;
	}
	.contForm_checkbox p{
		font-size: 14px;
		margin-left: 8px;
	}
	.contForm_box:last-child{
		margin: 0 0 10px 0;
	}
	.contactForm button{
		width: 140px;
		height: 40px;
		font-size: 18px;
		margin-top: 30px;
	}
	.contForm_box.verify::after{
		bottom: -15px;
		font-size: 12px;
	}
	/* 移动端集合nav */
	.collection_left{
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%!important;
        z-index: 22;
        transition: all ease-out .2s;
    }
	.collection_left li.active{
		background: none!important;
	}
    .collHead_svg{
        display: flex!important;
        align-items: center;
        height: 50px;
        padding-left: 15px;
        border-bottom: 1px solid #3d3e40;
    }
    .collection_left span{
        font-size: 16px;
	    font-family: Stratum2-Black;
        color: #fff;
        text-transform: uppercase;
    }
    .collection_left svg{
        width: 10px;
        margin-left: 10px;
        fill: #fff;
        transition: all ease-out .2s; 
    }
    .coll_arrow{
        transform: rotateZ(180deg);
    }   
    .collection_left ul{
        display: none;
    }
    .collection_left li{
        border-bottom: 1px solid #3d3e40;
        height: 48px;
        font-size: 14px;
		padding-left: 16px!important;
    }
    .collection_left li:last-child{
        border: 0;
    }
    .collection_left li.active,.collection_left{
        background: rgba(48,50,51,.98);
    }
	.coll_header{
        top: 0;
        z-index: 9999;
    }
	/* fixedForm */
	.fixedForm .contactForm{
		max-width: 92%;
		padding: 40px 0!important;
	}
	.fixedForm .contactForm .w1600{
		width: 90%;
	}
	.fixedForm .contactForm h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.fixedForm .contForm_box label{
		font-size: 14px;
		margin-bottom: 4px;
	}
	.fixedForm .contForm_box{
		margin: 0 0 15px 0;
	}
	.fixedForm .contactForm .close{
		right: 8px;
		top: 8px;
	}
	.fixedForm .contactForm .close svg{
		width: 18px;
		height: 18px;
	}
	.rightFixed{
		width: 32px;
		right: 10px;
		bottom: 20px;
	}
	.rightFixed section{
		padding: 6px 0;
	}
	.rightFixed section:hover .right_hoverText{
		display: none;
	}
	#returnTop svg{
		width: 20px;
	}
	/* 标题公共样式 */
	.FPVX_title h3{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .FPVX_title p{
        font-size: 16px;
    }
	/* 鼠标滚动模块显示隐藏样式 */
	.FPVP136Section8{
        max-width: 92%;
        margin: auto;
    }
    .FPVP136Section8 .FPVX_title p{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .FPVP136Section8 .FPVX07Section6_content{
        min-height: inherit;
    }
}
@media only screen and (max-width: 320px) {
	.fixedForm .contForm_box input, .fixedForm .contForm_box select{
		height: 36px;
	}
	.fixedForm .contForm_box input, .fixedForm .contForm_box select{
		height: 80px;
	}
	.fixedForm .contactForm button{
		font-size: 16px;
		height: 38px;
	}
}

/* HI-END AIR DRONES palette */
:root{
	--hiend-ink: #071f2b;
	--hiend-ink-2: #0b3442;
	--hiend-panel: #102f3a;
	--hiend-accent: #f0a32f;
	--hiend-accent-2: #37c5b3;
	--hiend-paper: #f5f8f7;
}
body{
	background: var(--hiend-paper);
}
header .dropMenu,
.productPage{
	background-color: rgba(7,31,43,.96);
}
.headerBg{
	background-color: rgba(245,248,247,.96);
	box-shadow: 0 8px 28px rgba(7,31,43,.08);
}
.headerLeft a::after,
.footerLogo a::after{
	color: var(--hiend-accent);
}
.headerBg .headerLeft a::after{
	color: var(--hiend-ink);
}
.header_contact a,
.contactForm button{
	border-color: var(--hiend-accent);
	background: var(--hiend-accent);
	color: var(--hiend-ink);
}
.header_contact a:hover,
.contactForm button:hover{
	background: var(--hiend-accent-2);
	border-color: var(--hiend-accent-2);
	color: var(--hiend-ink);
}
.contactForm,
.fixedForm .contactForm,
footer{
	background: linear-gradient(135deg, var(--hiend-ink) 0%, var(--hiend-panel) 58%, var(--hiend-ink-2) 100%);
}
.fixedForm{
	background: rgba(7,31,43,.82);
}
.contForm_box input,
.contForm_box select,
.contForm_box textarea,
.fixedForm .contForm_box input,
.fixedForm .contForm_box select,
.fixedForm .contForm_box textarea{
	background: rgba(245,248,247,.13);
	border-color: rgba(240,163,47,.4);
}
.contForm_box input:focus,
.contForm_box textarea:focus{
	border-color: var(--hiend-accent);
}
.rightFixed{
	background: rgba(7,31,43,.72);
}
.right_hoverText svg path{
	fill: var(--hiend-ink-2);
}
.footerLogo{
	border-top-color: rgba(240,163,47,.28);
}
::selection{
	background: var(--hiend-accent);
	color: var(--hiend-ink);
}

/* simplified header */
.simpleHeader{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	margin-left: auto;
}
.simpleHeader .headerLeft.wap{
	display: none;
}
.simpleHeader .header_contact a{
	margin-left: 0;
	min-width: 98px;
}
.footer_main{
	gap: 42px;
	align-items: flex-start;
}
.footer_main ul{
	min-width: 170px;
}
.footerContacts{
	flex: 1 1 360px;
	max-width: 460px;
}
@media only screen and (max-width: 1024px){
	header .container{
		justify-content: space-between;
	}
	.simpleHeader{
		position: static !important;
		width: 100% !important;
		height: auto !important;
		background: transparent !important;
		right: auto !important;
		top: auto !important;
		overflow: visible !important;
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-left: 0;
	}
	.simpleHeader .headerLeft.wap{
		display: flex !important;
	}
	.simpleHeader .header_contact a{
		height: 34px;
		min-width: 88px;
		font-size: 14px;
	}
}

/* stronger header logo contrast */
header .headerLeft a::after{
	padding: 11px 16px 10px;
	border: 1px solid rgba(240,163,47,.7);
	border-left-width: 4px;
	border-radius: 6px;
	background: rgba(7,31,43,.86);
	box-shadow: 0 12px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
	color: #fff;
	text-shadow: 0 1px 12px rgba(0,0,0,.55);
}
.headerBg .headerLeft a::after{
	background: rgba(255,255,255,.94);
	border-color: rgba(7,31,43,.22);
	border-left-color: var(--hiend-accent, #f0a32f);
	box-shadow: 0 10px 28px rgba(7,31,43,.12);
	color: var(--hiend-ink, #071f2b);
	text-shadow: none;
}
@media only screen and (max-width: 1024px){
	header .headerLeft a::after{
		padding: 8px 9px 7px;
		font-size: 11px;
		border-radius: 5px;
		letter-spacing: 0;
		max-width: calc(100vw - 76px);
		box-sizing: border-box;
	}
	.headerRight{
		gap: 12px;
		justify-content: flex-start !important;
	}
	.headerRight .headerLeft.wap{
		margin-left: 6px;
		flex: 0 1 auto;
		min-width: 0;
	}
}
