* {
  margin:0;
  padding:0;
}
.container {
  position:relative;
}
.head .bar {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:99;
  padding:10px 50px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  transition:background-color 0.6s;
}
.head .bar .left {
  flex:1;
}
.head .bar .left .logo {
  width:150px;
  vertical-align:middle;
  cursor: pointer;
}
.head .bar .left .nav {
  padding:0 50px;
  display:inline-block;
}
.head .bar .left .nav > .item {
  display:inline-block;
  font-size:18px;
  color:#fff;
  vertical-align:middle;
  transition:color 0.6s;
  margin: 0 20px;
}
.head .bar .left .nav .link {
  cursor: pointer;
  color: #fff!important;
}
.head .bar .left .nav .link:hover {
  color: #be111c!important;
}
.head .bar .left .nav .active {
  color: #be111c;
}
.head .bar .left .nav a {
  text-decoration:none;
}
.head .bar .left .nav .popover {
  position:relative;
}
.head .bar .left .nav .popover .pop {
  max-height:0;
  transition:max-height 0.6s;
  overflow:hidden;
  position:absolute;
  top:35px;
  left:-20px;
}
.head .bar .left .nav .popover .pop .list {
  background-color:#fff;
  min-width:125px;
  border-radius:8px;
  font-size:14px;
  position: relative;
  margin-top: 10px;
}
.head .bar .left .nav .popover .pop .list:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.head .bar .left .nav .popover:hover .pop {
  max-height:300px;
}
.head .bar .left .nav .popover .pop .list .item {
  display:block;
  text-decoration:none;
  text-align:center;
  padding:10px;
  color: #413a37;
  cursor: pointer;
}
.head .bar .left .nav .popover .pop .list .item:hover {
  color: #be111c;
}
.head .bar .right {
  width:400px;
}
.head .bar .right .searchbox {
  display:inline-block;
}
.head .bar .right .searchbox .keyword {
  width:270px;
  height:38px;
  line-height:38px;
  border-radius:20px;
  background-color:rgba(255,255,255,0.5);
  border:none;
  vertical-align:middle;
}
.head .bar .right .searchbox .search {
  display:inline-block;
  border:none;
  width:38px;
  height:38px;
  background-image:url(../img/common/search.png);
  background-size:100% 100%;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  vertical-align:middle;
  margin-left:10px;
}
.head .bar .right .user {
  display:inline-block;
  vertical-align:middle;
  margin-left:10px;
  position:relative;
}
.head .bar .right .user .pop {
  max-height:0;
  transition:max-height 0.6s;
  overflow:hidden;
  position:absolute;
  top:45px;
  left:-20px;
}
.head .bar .right .user .pop .list {
  background-color:#fff;
  min-width:80px;
  border-radius:8px;
  font-size:14px;
  position: relative;
  margin-top: 10px;
}
.head .bar .right .user .pop .list:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.head .bar .right .user:hover .pop {
  max-height:200px;
}
.head .bar .right .user .pop .list .item {
  display:block;
  text-decoration:none;
  text-align:center;
  padding:5px 0;
  color: #413a37!important;
  cursor: pointer;
}
.head .bar .left .nav .product .downlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height:0;
  transition:max-height 0.6s;
  overflow:hidden;
  background-color: #fff;
  color: #413a37;
  z-index: -1;
}
.head .bar .left .nav .product .downlist .box {
  padding: 80px 50px 50px;
  box-sizing: border-box;
  height: 450px;
}
.head .bar .left .nav .product .downlist .box .tit {
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #5d5956;
  border-bottom: 1px solid #5d5956;
}
.head .bar .left .nav .product .downlist .box .list {
  padding: 20px;
  position: relative;
}
.head .bar .left .nav .product .downlist .box .list:before {
  content: "";
  width: 0;
  height: 250px;
  border-left: 1px solid #5d5956;
  position: absolute;
  top: 20px;
  left: 300px;
}
.head .bar .left .nav .product .downlist .box .list .item {
  width: 250px;
  margin-top: 10px;
}
.head .bar .left .nav .product .downlist .box .list .item:first-child {
  margin-top: 0;
}
.head .bar .left .nav .product .downlist .box .list .item .main {
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  color: #104a70;
  border-radius: 5px;
  padding: 5px 20px;
  transition: all 0.6s;
  cursor: pointer;
}
.head .bar .left .nav .product .downlist .box .list .item .main:hover {
  color: #fff;
  background-color: #104a70;
}
.head .bar .left .nav .product .downlist .box .list .item .sub {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 260px;
  padding: 20px 80px;
  font-size: 16px;
  font-weight: 500;
}
.head .bar .left .nav .product .downlist .box .list .item .sub .txt {
  display: block;
  margin-top: 20px;
  transition: all 0.6s;
  cursor: pointer;
  text-decoration:none;
  color: #413a37!important;
}
.head .bar .left .nav .product .downlist .box .list .item .sub .txt:first-child {
  margin-top: 0;
}
.head .bar .left .nav .product .downlist .box .list .item .sub .txt:hover {
  color: #104a70!important;
}
.head .bar .left .nav .product .downlist .box .list .item:hover .sub {
  display: block;
}
.head .bar .left .nav .product:hover .downlist {
  max-height: 450px;
}
.head .white {
  background-color: #fff;
}
.head .white .left .nav > .item {
  color: #413a37!important;
}
.head .white .left .nav .link {
  text-decoration:none;
  color: #413a37!important;
}
.blue .bar {
  background-color: #104a70;
  position: relative;
}
.footer {
  margin-top:150px;
}
.footer .info {
  padding:60px 100px 80px;
  background-color:#1d1e1e;
  display:flex;
  color:#fff;
}
.footer .info .left {
  flex:1;
  display:flex;
}
.footer .info .left .item {
  flex:1;
  text-align:center;
}
.footer .info .left .item .main {
  font-size:22px;
  font-weight: 500;
}
.footer .info .left .item .link {
  display: block;
  text-decoration:none;
  color: #fff!important;
  font-size:16px;
  margin-top:5px;
  cursor:pointer;
}
.footer .info .center {
  padding: 0 50px;
}
.footer .info .center .img {
  display:block;
  width:200px;
}
.footer .info .center .code {
  display:block;
  width:160px;
  margin: 20px auto 0;
}
.footer .info .right {
  flex:1;
  font-size:22px;
  font-weight: 500;
  position: relative;
}
.footer .info .right:before {
  content: "";
  width: 0;
  height: 70px;
  border-left: 2px solid #fff;
  position: absolute;
  top: 20px;
  left: 0;
}
.footer .info .right .item {
  padding:20px 30px;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.modal .video {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .close {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}
.mainer {
  max-width: 1300px;
  margin: 0 auto;
}

.mainer > .title {
  padding:120px 30px 50px;
  color:#00436d;
}
.mainer > .title .main {
  font-size:36px;
  font-weight:700;
}
.mainer > .title .sub {
  font-size:20px;
  font-weight:500;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s ease-in-out;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-to, .fade-leave {
  opacity: 1;
}

.slide-enter-active, .slide-leave-active {
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
.slide-enter, .slide-leave-to {
  max-height: 0;
}
.slide-enter-to, .slide-leave {
  max-height: 200px;
}

.scale-enter-active, .scale-leave-active {
  transition: transform 1s ease-in-out,opacity 1s ease-in-out;
}
.scale-enter, .scale-leave-to {
  opacity: 0;
  transform: scale(0);
}
.scale-enter-to, .scale-leave {
  opacity: 1;
  transform: scale(1);
}

.banner {
  position:relative
}
.banner .banner-img {
  position:relative
}
.banner .banner-img .img {
  width: 100%;
  display: block;
}
.banner .banner-img .txt {
  position: absolute;
  top: 50%;
  left: 200px;
  color: #fff;
  transform: translateY(-50%);
}
.banner .banner-img .txt .main {
  font-size: 58px;
  font-weight: 700;
  transform: translateY(-150px);
  opacity: 0;
  transition: 1s ease-in-out 1.1s;
}
.banner .banner-img .txt .sub {
  font-size: 30px;
  transform: translateY(-150px);
  opacity: 0;
  transition: 0.9s ease-in-out 1s;
}
.banner .banner-img .txt .btns {
  margin-top: 40px;
  transform:translateY(-150px);
  opacity: 0;
  transition: 0.8s ease-in-out 0.9s;
}
.banner .banner-img .txt .btns .btn {
  display: inline-block;
  text-decoration:none;
  color: #3f3b3a!important;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px;
  margin-right: 20px;
  cursor: pointer;
}
.banner .banner-img .swiper-slide-active .txt .main,.banner .banner-img .swiper-slide-active .txt .sub,.banner .banner-img .swiper-slide-active .txt .btns {
  transform:translateX(0%);
  opacity:1
}
.banner .swiper-button-next,.head .banner .swiper-button-prev {
  width:55px;
  height:55px;
  bottom:25px;
  border-radius:28px;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s
}
.banner .swiper-button-next {
  background:url(https://www.autelrobotics.cn/wp-content/themes/autel/PC/images/next.png) rgba(0,0,0,0.1) no-repeat center center;
  right:60px
}
.banner .swiper-button-prev {
  background:url(https://www.autelrobotics.cn/wp-content/themes/autel/PC/images/prev.png) rgba(0,0,0,0.1) no-repeat center center;
  left:60px
}
.banner .swiper-button-next:hover {
  background:url(https://www.autelrobotics.cn/wp-content/themes/autel/PC/images/next.png) rgba(0,0,0,0.5) no-repeat center center
}
.banner .swiper-button-prev:hover {
  background:url(https://www.autelrobotics.cn/wp-content/themes/autel/PC/images/prev.png) rgba(0,0,0,0.5) no-repeat center center
}
.banner .swiper-pagination {
  text-align:left;
  padding:0 50px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction {
  bottom:30px
}
.banner .swiper-pagination-bullet {
  width:60px;
  height:4px;
  opacity:1;
  border-radius:2px;
  background-color:rgba(255,255,255,0.5)
}
.banner .swiper-pagination-bullet-active span {
  opacity:1
}
.banner .banner-img .swiper-pagination span:after {
  content:"";
  display:block;
  width:0;
  height:100%;
  background-color:#fff
}
.banner .banner-img .swiper-pagination-bullet-active:after {
  -webkit-animation:width1 4s linear;
  animation:width1 4s linear
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255,255,255,1);
}
.drone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.body {
  width: 35%;
  height: 35%;
  background-image: url(../img/common/logo.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #114b71;
  border: 5px solid #114b71;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.propeller {
  position: absolute;
  width: 10px;
  height: 40px;
  border-radius: 5px;
  background-color: #114b71;
}
.front-left {
  top: 12px;
  left: 15px;
  transform: rotate(-60deg);
}
.front-right {
  top: 12px;
  right: 15px;
  transform: rotate(60deg);
}
.back-left {
  bottom: 12px;
  left: 15px;
  transform: rotate(60deg);
}
.back-right {
  bottom: 12px;
  right: 15px;
  transform: rotate(-60deg);
}
.rotor {
  position: absolute;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background-color: #114b71;
  animation: spin 0.2s linear infinite; /* 应用旋转动画，速度很快 */
}
.front-left .rotor, .front-right .rotor {
  top: 0;
  left: -10px;
}
.back-left .rotor, .back-right .rotor {
  bottom: 0;
  left: -10px;
}
.front-left:before, .front-right:before {
  display: inline-block;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #114b71;
  position: absolute;
  top: -18px;
  left: -15px;
}
.front-left:after, .front-right:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 3px solid #114b71;
  position: absolute;
  top: -2px;
  left: 0px;
  background-color: #fff;
}
.back-left:before, .back-right:before {
  display: inline-block;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #114b71;
  position: absolute;
  bottom: -18px;
  left: -15px;
}
.back-left:after, .back-right:after {
  display: inline-block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 3px solid #114b71;
  position: absolute;
  bottom: -2px;
  left: 0px;
  background-color: #fff;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}
@keyframes fly-path {
  0% { transform: translateX(-100px) translateY(0px) rotate(0deg); }
  25% { transform: translateX(100px) translateY(-50px) rotate(5deg); }
  50% { transform: translateX(300px) translateY(0px) rotate(0deg); }
  75% { transform: translateX(100px) translateY(50px) rotate(-5deg); }
  100% { transform: translateX(-100px) translateY(0px) rotate(0deg); }
}
.drone {
  animation: float 3s ease-in-out infinite;
}