.ams-round {
    animation: myfirstd linear infinite 4s
}

@keyframes myfirstd {
    0% {
        margin-top: 0
    }
    40% {
        margin-top: 8px
    }
    100% {
        margin-top: 0
    }
}

/* banner */
.ams-home-banner .ams-banner-des {
    position: absolute;
    top: 41.5%;
    right: 22%;
    z-index: 100;
}

.ams-home-banner .ams-banner-title1,
.ams-home-banner .ams-banner-title2 {
    float: right;
    padding: 0 20px 0 24px;
    font-size: 42px;
    color: #fff;
    font-style: italic;
    background: rgba(63, 153, 213, .7);
    z-index: 20;
}

.ams-home-banner .ams-banner-title1 {
    /*float: right;*/
}

.ams-home-banner .ams-banner-title2 {
    clear: both;
    margin-top: 32px;
}

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

.ams-home-banner .ams-carousel-item {
    position: relative;
    width: 100%;
    height: calc(100vh - -80px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ams-home-banner .ams-item-img .ams-carousel-item.banner01 {
    background-image: url(../img/index/banner01.jpg);
}

.ams-home-banner .ams-item-img .ams-carousel-item.banner02 {
    background-image: url(../img/index/banner02.jpg);
}

.ams-home-line-box {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    z-index: 20;
}

.ams-home-banner .ams-home-line {
    position: relative;
    display: block;
    width: 120px;
    padding-bottom: 1px;
    background: rgba(255, 255, 255, .4);
}

.ams-home-line::before {
    position: absolute;
    width: 120px;
    height: 1px;
    content: "";
    background: #fff;
    -webkit-animation: slideline 2.5s cubic-bezier(1, 0, 0, 1) infinite;
    animation: slideline 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes slideline {
    0% {
        transform: scale(0, 1);
        transform-origin: 100% 100%
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 100% 100%
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 0
    }
    100% {
        transform: scale(0, 1);
        transform-origin: 0 0
    }
}

@keyframes slideline {
    0% {
        transform: scale(0, 1);
        transform-origin: 100% 100%
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 100% 100%
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 0
    }
    100% {
        transform: scale(0, 1);
        transform-origin: 0 0
    }
}

.ams-home-banner .ams-product-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
}

.ams-home-banner .ams-product-content .ams-product-box {
    width: 1280px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background: #fff;
}

.ams-home-banner .ams-product-content .ams-product-box h1 {
    padding-left: 48px;
}

/* 我们的产品与服务 */
.ams-home-product {
    height: 490px;
    margin-top: 58px;
}

.ams-home-product .swiper-container {
    width: 100%;
    height: 100%;
}

.ams-home-product .swiper-wrapper {
    height: 366px;
}

.ams-home-product .swiper-slide {
    width: 743px;
    margin: 0 4rem !important;
}

.ams-home-product .ams-home-product-box {
    margin-right: 20px;
}

.ams-home-product .ams-home-product-box h2 {
    margin-top: 28px;
    color: #409AD6;
    font-weight: bold;
}

.ams-home-product .ams-home-product-box .swiper-line {
    width: 40px;
    height: 2px;
    background: #409AD6;
    margin-top: 5px;
}

.ams-home-product .ams-home-product-box ul {
    line-height: 30px;
    color: #666;
    margin-top: 29px;
}

.ams-home-product .ams-home-product-box .ams-more-box {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-top: 70px;
    padding-left: 8px;
    background: #3F99D5;
    border-radius: 6px;
    cursor: pointer;
}

.ams-home-product .ams-home-product-box .ams-more-box:hover {
    background: #3F99D5;
}

.ams-home-product .ams-home-product-box .ams-more-box a {
    display: inline-block;
}

.ams-home-product .ams-home-product-box .ams-more-box .more-icon {
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 9px;
    margin-left: 12px;
}

.ams-home-product .ams-home-product-box .ams-more-box .more-text {
    float: left;
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff
}

.ams-home-product .business-fcl {
    background: url(../img/index/business_fcl.jpg) no-repeat 100% 100%;
}

.ams-home-product .business-fcl-black {
    background: url(../img/index/business_fcl_black.jpg) no-repeat 100% 100%;
}

/*.ams-home-product .swiper-slide-prev .business-fcl-black {
    background: url(../img/index/business_fcl_black.jpg) no-repeat right 100%;
}

.ams-home-product .swiper-slide-next .business-fcl-black {
    background: url(../img/index/business_fcl_black.jpg) no-repeat left 100%;
}*/

.ams-home-product .business-air {
    background: url(../img/index/business_air.jpg) no-repeat 100% 100%;
}

.ams-home-product .business-air-black {
    background: url(../img/index/business_air_black.jpg) no-repeat 100% 100%;
}

/*.ams-home-product .swiper-slide-prev .business-air-black {
    background: url(../img/index/business_air_black.jpg) no-repeat right 100%;
}

.ams-home-product .swiper-slide-next .business-air-black {
    background: url(../img/index/business_air_black.jpg) no-repeat left 100%;
}*/

.ams-home-product .business-fba {
    background: url(../img/index/business_fba.jpg) no-repeat 100% 100%;
}

.ams-home-product .business-fba-black {
    background: url(../img/index/business_fba_black.jpg) no-repeat 100% 100%;
}

/*.ams-home-product .swiper-slide-prev .business-fba-black {
    background: url(../img/index/business_fba_black.jpg) no-repeat right 100%;
}

.ams-home-product .swiper-slide-next .business-fba-black {
    background: url(../img/index/business_fba_black.jpg) no-repeat left 100%;
}*/

.ams-home-product .business-railway {
    background: url(../img/index/business_railway.jpg) no-repeat 100% 100%;
}

.ams-home-product .business-railway-black {
    background: url(../img/index/business_railway_black.jpg) no-repeat 100% 100%;
}

/*.ams-home-product .swiper-slide-prev .business-railway-black {
    background: url(../img/index/business_railway_black.jpg) no-repeat right 100%;
}

.ams-home-product .swiper-slide-next .business-railway-black {
    background: url(../img/index/business_railway_black.jpg) no-repeat left 100%;
}*/

.ams-home-product .swiper-bg,
.ams-home-product .swiper-bg-black {
    height: 366px;
    background-size: cover;
}

.ams-home-product .swiper-bg {
    width: 500px;
    /*background-size: cover;*/
}

.ams-home-product .swiper-bg-black {
    width: 100%;
    /* background-size: contain !important;*/
    /*transition: all linear .3s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
}

.ams-home-product .ams-home-product-inner {
    display: none;
}

.ams-home-product .swiper-slide-active .swiper-bg-black {
    display: none;
}

.ams-home-product .swiper-slide-active .ams-home-product-inner {
    display: block;
}

.ams-home-product .swiper-button-prev,
.ams-home-product .swiper-button-next {
    position: absolute;
    top: 30%;
    margin-top: 0;
    width: 74px;
    height: 74px;
    background: #fff;
    box-shadow: 0px 6px 18px 2px rgba(150, 150, 150, 0.16);
    border-radius: 50%;
}

.ams-home-product .swiper-button-prev {
    left: 14%;
}

.ams-home-product .swiper-button-prev img {
    width: 32px;
    padding-top: 12px;
    padding-left: 18px;
}

.ams-home-product .swiper-button-next {
    right: 14%;
}

.ams-home-product .swiper-button-next img {
    width: 32px;
    padding-top: 12px;
    padding-left: 25px
}

.ams-home-product .swiper-button-prev:hover,
.ams-home-product .swiper-button-next:hover {
    background: #4AC0F0;
}

/*运价查询*/
.ams-freight-query {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 153px !important;
    /*margin-top: 173px;*/
}

.ams-freight-query .ams-freight-query-bg {
    /*width: 1368px;*/
    height: 786px;
    background: url(../img/index/freight-bg.png) no-repeat;
}

.ams-freight-query .ams-freight-query-inner {
    position: absolute;
    top: 0;
    width: 100%;
}

.ams-freight-query h2 {
    margin-top: -22px;
    margin-bottom: 15px;
}

.ams-freight-query h2,
.ams-freight-query h3 {
    text-align: center;
}

.ams-freight-query .ams-freight-query-left {
    width: 176px;
    margin-top: 135px;
}

.ams-freight-query .ams-freight-query-left ul li {
    margin-bottom: 55px;
    font-weight: bold;
    cursor: pointer;
}

.ams-freight-query .ams-freight-query-right {
    position: relative;
    width: 1010px;
    margin-top: 60px;
    z-index: 10;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box {
    position: relative;
    width: 300px;
    height: 200px;
    background: #fff;
    box-shadow: 0px 5px 14px 2px rgba(161, 192, 205, 0.28);
    border-radius: 8px;
    margin-right: 21px;
    margin-bottom: 28px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box:hover {
    -webkit-transform: scale(1.17, 1.17);
    -moz-transform: scale(1.17, 1.17);
    -ms-transform: scale(1.17, 1.17);
    -o-transform: scale(1.17, 1.17);
    transform: scale(1.17, 1.17);
    z-index: 10;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box .ams-port-content {
    width: 270px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ams-freight-query .ams-freight-query-right .ams-others img {
    margin: 0 auto;
    padding-top: 20px;
}

.ams-freight-query .ams-freight-query-right .ams-others .ams-others-text {
    margin-top: -19px;
    text-align: center;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box .ams-freight-query-content {
    margin-top: 54px;
    text-align: center;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box:nth-child(1),
.ams-freight-query .ams-freight-query-right .ams-freight-query-box:nth-child(4) {
    margin-left: 35px;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box:nth-child(3n) {
    margin-right: 0;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box .ams-label {
    position: absolute;
    top: 16px;
    left: -8px;
    width: 80px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(../img/index/normal_label.png) no-repeat;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box:hover .ams-label {
    font-size: 18px;
    width: 100px;
    height: 42px;
    line-height: 35px;
    background: url(../img/index/selected_label.png) no-repeat;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box .ams-icon-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 10px;
    background: url(../img/index/icon_arrow.png) no-repeat;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box:hover .ams-icon-arrow {
    width: 36px;
    height: 36px;
    margin: 0 18px -12px 18px;
    background: url(../img/index/selected_arrow.png) no-repeat;
    background-size: cover;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box .ams-text {
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box ul.price-list {
    display: flex;
    flex-direction: row;
    margin-top: 12px;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 6px;
    border-bottom: 1px solid #DCDCDC;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box:hover ul.price-list {
    margin-left: 25px;
    margin-right: 25px;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box ul.price-list li {
    /* display: inline-block;*/
    flex: 1;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box ul.price-list b,
.ams-freight-query .ams-freight-query-right .ams-freight-query-box ul.price-list p,
.ams-freight-query .ams-freight-query-right .ams-freight-query-box .ams-date .ams-date-val {
    font-family: Arial;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box ul.price-list p {
    margin-top: 5px;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box .ams-date {
    margin-top: 10px;
}

.ams-freight-query .ams-freight-query-right .ams-freight-query-box:hover .ams-date {
    margin-top: 8px;
}

.ams-freight-query .ams-freight-query-left .ams-tab-active {
    /*width: 80px;*/
    width: 160px;
    padding-bottom: 9px;
    color: #4AC0F0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #4AC0F0;
}

/*内容盒子*/
.ams-freight-partners .section-inner {
    position: relative;
    width: 1010px;
    margin: 0 auto;
}

.ams-freight-partners .section-inner .swiper-container {
    height: 600px;
    padding-top: 30px;
    /*overflow: inherit!important;*/
    /*  background: #eee;*/
}

.ams-freight-partners .section-inner .swiper-container .swiper-wrapper {
    align-items: center;
    height: 279px !important;
}

/*分页*/
.ams-freight-partners .section-inner .swiper-container .swiper-pagination-bullets {
    width: 942px;
    bottom: 75px;
}

/*热门航线*/
.ams-hot-line .ams-hot-map {
    background: url(../img/common/world_map.png) no-repeat top right;
    background-size: cover;
    width: 1248px;
    height: 800px;
    opacity: 0.35;
}

.ams-hot-line .ams-hot-line-title {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}

.ams-hot-line .ams-hot-line-left {
    position: absolute;
    top: 205px;
    left: 19px;
}

.ams-hot-line .ams-hot-line-left ul li {
    margin-bottom: 48px;
    cursor: pointer;
    font-weight: bold;
}

.ams-hot-line .ams-hot-line-left .ams-tab-active {
   /* width: 80px;*/
    width: 160px;
    padding-bottom: 9px;
    color: #4AC0F0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #4AC0F0;
}

.ams-hot-line .ams-hot-line-right {
    position: absolute;
    top: 174px;
    left: 230px;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box {
    display: inline-block;
    position: relative;
    width: 410px;
    height: 50px;
    line-height: 50px;
    margin-right: 37px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 3px 14px 2px rgba(161, 192, 205, 0.28);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box:hover {
    -webkit-transform: scale(1.13, 1.13);
    -moz-transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13, 1.13);
    -o-transform: scale(1.13, 1.13);
    transform: scale(1.13, 1.13);
    z-index: 2;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box:nth-child(2n) {
    margin-right: 0;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box .ams-hot-line-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 6px;
    /*background: #3F99D5 url(../img/index/hot_line_normal_FCL.png) no-repeat 54% 54%;*/
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box:hover .ams-hot-line-icon {
    padding: 7px;
    /*background: #3F99D5 url(../img/index/hot_line_selected_FCL.png) no-repeat 54% 54%;*/
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box .hot-line-fcl {
    background: #3F99D5 url(../img/index/hot_line_normal_FCL.png) no-repeat 54% 54%;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box:hover .hot-line-fcl {
    background: #3F99D5 url(../img/index/hot_line_selected_FCL.png) no-repeat 54% 54%;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box .hot-line-lcl {
    background: #3F99D5 url(../img/index/hot_line_normal_LCL.png) no-repeat 54% 54%;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box:hover .hot-line-lcl {
    background: #3F99D5 url(../img/index/hot_line_selected_LCL.png) no-repeat 54% 54%;
}

.ams-hot-line .ams-hot-line-right .ams-hot-line-box .ams-hot-line-label {
    position: absolute;
    left: 82px;
}

.ams-hot-line .ams-hot-line-right .ams-more-box {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-left: 319px;
    /*margin: 0 auto;*/
    margin-top: 70px;
    padding-left: 8px;
    background: #3F99D5;
    /*background: #4AC0F0;*/
    border-radius: 6px;
    cursor: pointer;
}

.ams-hot-line .ams-hot-line-right .ams-more-box:hover {
    background: #3F99D5;
}

.ams-hot-line .ams-hot-line-right .ams-more-box .more-icon {
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 9px;
    margin-left: 12px;
}

.ams-hot-line .ams-hot-line-right .ams-more-box .more-text {
    float: left;
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff
}

/*通达全球*/
.ams-global-reach {
    color: #fff;
}

.ams-global-reach .ams-global-reach-bg {
    width: 100%;
    height: 634px;
    background: url(../img/index/bg2.png) center center no-repeat;
}

.ams-global-reach .ams-global-reach-body {
    position: absolute;
    top: 176px;
    width: 100%;
}

.ams-global-reach .ams-global-reach-body h2,
.ams-global-reach .ams-global-reach-body h3 {
    text-align: center;
    -webkit-animation: moveTop 0.6s both;
    animation: moveTop 0.6s both;
}

.ams-global-reach .ams-global-reach-body h2 {
    font-size: 36px;
    font-weight: bold;
}

.ams-global-reach .ams-global-reach-body h3 {
    margin-top: 20px;
    margin-bottom: 68px;
}

.ams-global-reach .ams-global-reach-body ul {
    display: flex;
    flex-direction: row;
    padding-left: 79px;
    -webkit-animation: moveTop 0.6s both 0.2s;
    animation: moveTop 0.6s both 0.2s;
}

.ams-global-reach .ams-global-reach-body ul li {
    flex: 1;
}

.ams-global-reach .ams-global-reach-body .ams-global-reach-inner {
    font-size: 56px;
    font-family: Arial;
    font-weight: bold;
}

.ams-global-reach .ams-global-reach-body .ams-global-reach-line {
    width: 44px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 35px;
    background: #fff;
}

.ams-global-reach .ams-global-reach-body .ams-global-reach-round1 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
}

.ams-global-reach .ams-global-reach-body .ams-global-reach-round2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
}

/*我们的合作伙伴*/
.ams-our-partners h2 {
    margin-top: 130px;
    margin-bottom: 15px;
    text-align: center;
}

.ams-our-partners ul {
    margin-left: 75px;
}

.ams-our-partners ul li {
    display: inline-block;
    margin-right: 35px;
}

/*内容盒子*/
.ams-our-partners .ams-freight-partners .section-inner {
    position: relative;
    width: 1150px;
    margin: 0 auto;
}

.ams-our-partners .ams-freight-partners .section-inner .swiper-container {
    height: 532px;
}

.ams-our-partners .ams-freight-partners .section-inner .swiper-container .swiper-wrapper {
    align-items: center;
    height: 279px !important;
}

/*分页*/
.ams-our-partners .ams-freight-partners .section-inner .swiper-container .swiper-pagination-bullets {
    width: 1150px;
    /* bottom: 75px;*/
}

@-webkit-keyframes moveTop {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveTop {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes moveRight {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveRight {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes disappear {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}