.banner .swiper-container {
   width: 100%;
   height: calc(100vh - 90px)
}

.ams-hot-airLine {
   background: #f4f7fd;
   padding: 100px 0;
}

.ams-hot-airLine-bg {
   background: url("../images/ams_hot_airLine.png") no-repeat right;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   min-height: 500px;
}

.ams-hot-airLine-box {
   width: 700px;
   background: #ffffff;
   -webkit-box-shadow: -1px 1px 5px 1px #ccc;
   box-shadow: -1px 1px 5px 1px #ccc;
   border-radius: 8px;
   padding: 30px 40px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.ams-hot-airLine-title {
   text-align: center;
   color: #182689;
   margin-bottom: 20px;
}

.ams-hot-airLine-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.ams-hot-airLine-list li {
   width: 48%;
   margin-right: 4%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.ams-hot-airLine-list li:nth-child(even) {
   margin-right: 0;
}

.ams-hot-airLine-list li a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 10px;
}

.ams-hot-airLine-list li a:hover {
   background: #e5e5e5;
}

.ams-hot-airLine-icon {
   width: 40px;
   height: 40px;
   background: #182689;
   border-radius: 50%;
   color: #ffffff;
   text-align: center;
   line-height: 40px;
   margin-right: 10px;
}

.ams-hot-airLine-icon i {
   font-size: 36px;
}

.ams-hot-airLine-icon i.icon-feiji {
   -webkit-transform: scale(0.75);
   transform: scale(0.75);
   display: inline-block;
}

.ams-hot-airLine-site {
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.ams-hot-airLine-site-right {
   text-align: right;
}

.ams-hot-airLine-site-line {
   width: 50px;
   height: 1px;
   background: #333;
   position: absolute;
   top: 8px;
   left: 75px;
}

.ams-hot-airLine-site-times,
.ams-hot-airLine-site-price {
   color: #777;
}

.ams-hot-airLine-locale {
   width: 580px;
   position: relative;
}

.ams-hot-airLine-locale-icon {
   position: absolute;
   top: -13%;
   left: -3%;
}

.ams-hot-airLine-locale-icon span {
   -webkit-transform: scale(0.2);
   transform: scale(0.2);
}

.ams-hot-airLine-locale-tips {
   width: 300px;
   background: #fff;
   padding: 20px;
   position: absolute;
   top: 28%;
   left: 20%;
   border-top-right-radius: 20px;
   border-bottom-left-radius: 20px;
}

.ams-hot-airLine-locale-line {
   width: 40px;
   height: 1px;
   background: #333;
   margin: 0 10px;
}

.ams-hot-airLine-locale-title {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-left: 20px;
}

.ams-hot-airLine-locale-content {
   font-size: 13px;
   color: #777777;
}

.ams-service-introduce {
   background: url("../images/ams_service_bg.png") no-repeat 0 60px;
}

.ams-service-introduce-more {
   text-align: center;
   padding-top: 60px;
}

.ams-service-introduce-more a {
   color: #182689;
   font-size: 16px;
}

.ams-service-introduce-more a i {
   display: inline-block;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}

.ams-downloads-contact {
   background: #f4f7fd;
   height: 100vh;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.ams-downloads-contact-list {
   width: 1000px;
   margin: 0 auto;
   /* padding: 60px 0;*/
}

.ams-downloads-contact-item {
   width: 100%;
   height: 300px;
   border-radius: 15px;
   background: #ffffff;
   margin-bottom: 10vh;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.ams-downloads-contact-item:last-child {
   margin-bottom: 0;
}

.ams-downloads-contact-item:hover {
   -webkit-box-shadow: -2px 2px 5px 2px #ccc;
   box-shadow: -2px 2px 5px 2px #ccc;
}

.ams-downloads-contact-item>div {
   width: 50%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.ams-downloads-contact-item-title i {
   color: #182689;
   font-size: 48px;
   margin-right: 10px;
}

.ams-downloads-contact-item-title h2 {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.ams-downloads-contact-item-text {
   padding: 80px 40px 20px 40px;
}

.ams-downloads-bgImg {
   width: 100%;
   height: 300px;
   background-repeat: no-repeat;
   background-position: 63px -163px;
}

.ams-contact-bgImg {
   width: 100%;
   height: 300px;
   background-repeat: no-repeat;
   border-top-left-radius: 15px;
   border-bottom-left-radius: 15px;
}

.ams-news-video-box {
   width: 100%;
   height: 100vh;
   max-height: 1650px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}



@media screen and (max-width: 1680px) {
   .ams-news-video-box video {
      width: 1000px;
   }
}

@media screen and (max-width: 1440px) {
   .ams-news-video-box video {
      width: 950px;
   }
}

@media screen and (max-width: 1280px) {
   .ams-news-video-box video {
      width: 600px;
   }
}