.ams-banner-box {
    background-image: url(../img/fba/banner_fba.jpg);
}

.ams-fba-content {
    position: relative;
    padding-top: 117px;
    overflow: hidden;
}

.ams-fba-service {
    /* position: relative;
     padding-top: 117px;*/
}

.ams-fba-service .ams-fba-service-bg1 {
    width: 1039px;
    height: 655px;
    margin: 0 auto;
    background: url(../img/common/world_map.png) no-repeat top center;
    background-size: cover;
    opacity: 0.4;
}

.ams-fba-service .ams-fba-service-bg2 {
    position: absolute;
    top: 485px;
    left: 64%;
    width: 622px;
    height: 500px;
    background: url(../img/common/bg_arrow2.png) no-repeat bottom right;
    opacity: 0.35;
}

.ams-fba-service .ams-fba-service-inner {
    position: absolute;
    top: 92px;
    width: 100%;
}

.ams-fba-service .ams-fba-service-inner h1 {
    text-align: center;
    margin-bottom: 112px;
}

.ams-fba-service .ams-fba-service-box {
    position: relative;
    float: left;
    width: 340px;
    height: 440px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 6px 18px 2px rgba(150, 150, 150, 0.2);
    border-radius: 8px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ams-fba-service .ams-fba-service-box .ams-fba-service-bg {
    height: 210px;
    border-radius: 8px 8px 0 0;
}

.ams-fba-service .ams-fba-service-box .ams-bg-01 {
    background: url("../img/fba/service01.jpg") no-repeat;
    background-size: cover;
}

.ams-fba-service .ams-fba-service-box .ams-bg-02 {
    background: url("../img/fba/service02.jpg") no-repeat;
    background-size: cover;
}

.ams-fba-service .ams-fba-service-box .ams-bg-03 {
    background: url("../img/fba/service03.jpg") no-repeat;
    background-size: cover;
}

.ams-fba-service .ams-fba-service-box .ams-fba-service-icon {
    position: absolute;
    top: 189px;
    width: 62px;
    height: 44px;
    background: #4AC0F0;
    border-radius: 0px 22px 22px 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ams-fba-service .ams-fba-service-box .ams-icon-box {
    width: 30px;
    height: 30px;
}

.ams-fba-service .ams-fba-service-box .ams-icon-01 {
    background: url("../img/fba/normal_ship.png") no-repeat;
}

.ams-fba-service .ams-fba-service-box .ams-icon-02 {
    background: url("../img/fba/normal_air.png") no-repeat;
}

.ams-fba-service .ams-fba-service-box .ams-icon-03 {
    background: url("../img/fba/normal_truck.png") no-repeat;
}

.ams-fba-service .ams-fba-service-box h2 {
    margin-top: 35px;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
}

.ams-fba-service .ams-fba-service-box ul li {
    line-height: 30px;
    font-size: 16px;
}

.ams-fba-service .ams-fba-service-box:hover {
    width: 345px;
    height: 452px;
    margin-top: -5px;
    box-shadow: 0px 6px 18px 2px rgba(150, 150, 150, 0.2);
    border-radius: 8px;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    cursor: default;
    z-index: 1;
}

/* .ams-fba-service .ams-fba-service-box:hover h2 {
     font-size:22px;
 }

 .ams-fba-service .ams-fba-service-box:hover ul li {
     line-height: 34px;
     font-size: 18px;
 }*/

.ams-fba-service .ams-fba-service-box:hover .ams-fba-service-icon {
    width: 70px;
    height: 48px;
}

.ams-fba-service .ams-fba-service-box:hover .ams-fba-service-bg {
    height: 220px;
}

.ams-fba-service .ams-fba-service-box:hover .ams-icon-box {
    width: 38px;
    height: 38px;
}

.ams-fba-service .ams-fba-service-box:hover .ams-icon-01 {
    background: url("../img/fba/selected_ship.png") no-repeat;
}

.ams-fba-service .ams-fba-service-box:hover .ams-icon-02 {
    background: url("../img/fba/selected_air.png") no-repeat;
}

.ams-fba-service .ams-fba-service-box:hover .ams-icon-03 {
    background: url("../img/fba/selected_truck.png") no-repeat;
}

/*核心业务*/
.ams-fba-business {
    margin-top: 90px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.ams-fba-business h1 {
    text-align: center;
}

.ams-fba-business .ams-fba-business-body {
    position: relative;
    z-index: 2;
}

.ams-fba-business .ams-fba-business-title {
    /*width: 638px;*/
    line-height: 40px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 45px;
    text-align: center;
}

.ams-fba-business .ams-fba-business-box {
    float: left;
    width: 365px;
    height: 220px;
    margin-top: 12px;
    margin-bottom: 6px;
    text-align: center;
   /* background-size: cover;
    background-position: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;*/
}

.ams-fba-business .ams-bg-europe:hover {
    background: #fff url("../img/fba/bg_Europe.png") no-repeat top center;
    background-size: cover;
    background-position: center;
}

.ams-fba-business .ams-bg-usa:hover {
    background: #fff url("../img/fba/bg_USA.png") no-repeat top center;
    background-size: cover;
    background-position: center;
}

.ams-fba-business .ams-bg-world:hover {
    background: #fff url("../img/fba/bg_world.png") no-repeat top center;
    background-size: cover;
    background-position: center;
}

.ams-fba-business .ams-fba-business-box:hover {
   /* width: 365px;
    height: 220px;*/
    /*padding: 10px 13px;*/
    box-shadow: 0px 4px 18px 3px rgba(161, 192, 205, 0.28);
    border-radius: 8px;
    cursor: default;
   /* -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);*/
}

.ams-fba-business .ams-fba-business-box h2 {
    padding-top: 35px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.ams-fba-business .ams-fba-business-box:hover h2 {
    /*font-size: 22px;*/
}

.ams-fba-business .ams-fba-business-box ul li {
    font-size: 16px;
    line-height: 32px;
}

 .ams-fba-business .ams-fba-business-box:hover ul li {
     /*font-size: 18px;*/
 }

.ams-fba-business .ams-fba-business-bg {
    position: absolute;
    bottom: -76px;
    right: 65%;
    width: 478px;
    height: 478px;
    background: #F4F7FD;
    border-radius: 50%;
}

/*增值服务*/
.ams-fba-vas {
    height: 840px;
    margin-top: 72px;
    background: url(../img/fba/bg_vas.jpg) no-repeat;
    background-position: center;
}

.ams-fba-vas h1 {
    position: relative;
    top: -20px;
    text-align: center;
    font-size: 32px;
}

.ams-vas-round-box {
    position: absolute;
    background: #fff;
    box-shadow: 0px 4px 18px 3px rgba(161, 192, 205, 0.28);
    border-radius: 50%;
    text-align: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    cursor: default;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ams-vas-round-box:hover {
    /*padding: 9px;*/
    background: #4AC0F0;
    -webkit-transform: scale(1.11, 1.11);
    -moz-transform: scale(1.11, 1.11);
    -ms-transform: scale(1.11, 1.11);
    -o-transform: scale(1.11, 1.11);
}

.ams-vas-round1 {
    top: 30px;
    left: 73px;
    width: 224px;
    height: 224px;
}

.ams-vas-round2 {
    top: 135px;
    left: 344px;
    width: 154px;
    height: 154px;
}

.ams-vas-round3 {
    top: 68px;
    left: 540px;
    width: 176px;
    height: 176px;
}

.ams-vas-round4 {
    top: 280px;
    left: 180px;
    width: 204px;
    height: 204px;
}

.ams-vas-round5 {
    top: 290px;
    left: 470px;
    width: 154px;
    height: 154px;
}

.ams-vas-round-box .ams-vas-round1-icon {
    width: 80px;
    height: 81px;
    background: url("../img/fba/normal_exchange.png") no-repeat center;
}

.ams-vas-round-box:hover .ams-vas-round1-icon {
    width: 102px;
    height: 102px;
    background: url("../img/fba/selected_exchange.png") no-repeat center;
}

.ams-vas-round-box .ams-vas-round2-icon {
    width: 64px;
    height: 64px;
    background: url("../img/fba/normal_pack.png") no-repeat;
}

.ams-vas-round-box:hover .ams-vas-round2-icon {
    width: 85px;
    height: 85px;
    background: url("../img/fba/selected_pack.png") no-repeat center;
}

.ams-vas-round-box .ams-vas-round3-icon {
    width: 68px;
    height: 68px;
    background: url("../img/fba/normal_strengthen.png") no-repeat;
}

.ams-vas-round-box:hover .ams-vas-round3-icon {
    width: 88px;
    height: 88px;
    background: url("../img/fba/selected_strengthen.png") no-repeat center;
}

.ams-vas-round-box .ams-vas-round4-icon {
    width: 76px;
    height: 76px;
    background: url("../img/fba/normal_wood.png") no-repeat;
}

.ams-vas-round-box:hover .ams-vas-round4-icon {
    width: 96px;
    height: 96px;
    background: url("../img/fba/selected_wood.png") no-repeat center;
}

.ams-vas-round-box .ams-vas-round5-icon {
    width: 64px;
    height: 64px;
    background: url("../img/fba/normal_price.png") no-repeat;
}

.ams-vas-round-box:hover .ams-vas-round5-icon {
    width: 84px;
    height: 85px;
    background: url("../img/fba/selected_price.png") no-repeat center;
}

.ams-vas-round-box h2 {
    padding-top: 12px;
    font-size: 18px;
    color: #182689;
    font-weight: bold;
}

.ams-vas-round-box:hover h2 {
    /*padding-top: 18px;*/
    /*font-size: 22px;*/
    color: #fff;
}

.ams-vas-round-box:nth-child(2) h2 {
    padding-top: 0;
}

.ams-vas-round-box:hover:nth-child(5) h2 {
    padding-top: 10px;
}

/*物流解决方案*/
.ams-fba-solutions {
    margin-top: -170px;
}

.ams-fba-solutions h1 {
    margin-bottom: 70px;
    text-align: center;
}

.ams-fba-solutions .ams-fba-solutions-box {
    float: left;
    width: 490px;
    height: 115px;
    margin-bottom: 50px;
    padding: 30px 15px 30px 41px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.ams-fba-solutions .ams-fba-solutions-box:nth-child(1n) {
    margin-right: 30px;
}

.ams-fba-solutions .ams-fba-solutions-box h2 {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.ams-fba-solutions .ams-fba-solutions-box ul li {
    font-size: 16px;
    line-height: 30px;
}

.ams-fba-solutions .ams-fba-solutions-box:hover {
    background: #fff;
    box-shadow: 0px 6px 18px 2px rgba(150, 150, 150, 0.2);
    border-radius: 8px;
    cursor: default;
}

.ams-fba-solutions .ams-fba-solutions-box:hover h2 {
   /* padding-bottom: 5px;
    font-size: 20px;*/
}

.ams-fba-solutions .ams-fba-solutions-box:hover ul li {
   /* font-size: 18px;
    line-height: 30px;*/
}