.advantage-product {
    height: 850px;
    margin-top: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.advantage-product>p {
    margin-bottom: 30px;
    font-size: 40px;
    color: #333333;
}
.advantage-product>.swiper-control {
    margin: 60px 0;
    cursor: pointer;
}
.advantage-product>.swiper-control>i{
    font-size: 40px;
    color: #687080;
}
.advantage-product>.swiper-control>i:nth-child(1){
    margin-right: 30px;
}
.airway-tag-wrapper{
    margin-bottom: 30px;
    display: flex;
}
.airway-tag-wrapper>.view-all{
    color: #4672eb;
    margin-left: 20px;
    cursor: pointer;
}
.airway-tag-wrapper>ul {
    display: flex;
}
.airway-tag-wrapper>ul>li {
    margin-right: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #ccc;
    transition: .5s;
}
.airway-tag-wrapper>ul>li:hover {
    color: #4f79ec;
}
.airway-tag-wrapper>ul>li:after{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #4672eb;
    top: 100%;
    left: 50%;
    transition: all .8s;
}
.airway-tag-wrapper>ul>li:hover:after{
    color: #4672eb;
    left: 0;
    width: 100%;
}
.airway-tag-wrapper>ul>.active {
    color: #4f79ec !important;
    position: relative;
}
.airway-tag-wrapper>ul>.active::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #447AED;
    top: 100%;
}
.order-section{
    width: 1220px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill,minmax(380px,auto));
}
.order-card {
    margin-top: 20px;
    transition: 1s;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    float: left;
    height: 150px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.order-card:hover{
    transform: translateY(-17px);
}
.order-card .flex-row{
    display: flex;
    color: #333333;
}
.order-card .flex-row i {
    position: relative;
    padding-top: 8px;
    padding-right: 10px;
    color: #bbbb;
}
.order-card .flex-row .card-po::after {
    position: absolute;
    content: '';
    height: 45px;
    width: 0;
    top: 25px;
    left: 7.5px;
    border-left: 1px dashed #ccc;
}
.order-card .flex-row .port{
    width: 50%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.order-card .flex-row .box_name{
    text-align: right;
    width: 50%;color:#999;
    font-size: 12px;height: 32px;
    line-height: 32px;
}
.order-card .flex-row .direct-route{
    width: 40%;
    color:#999;
    margin-left: 26px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}
.order-card .flex-row .shipping-price {
    text-align: right;
    color: #4672eb;
    width: 60%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.order-card .flex-row .cabin-space{
    text-align: right;
    color:#999;
    width: 50%;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}
.order-card .flex-row .ship-company{
    width: 50%;
    color:#999;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}
.order-card .flex-row .ship-company>img{
    padding-top: 7px;
}
.order-card .flex-row .departure-date{
    text-align: right;
    color:#999;
    width: 50%;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}
.order-card .card-overlay{
    position: absolute;
    transition: 0.5s;
    opacity: 0;
    top: 5px;
    left: 5px;
    width: 380px;
    height: 140px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
    color: #fff;
}
.order-card:hover .card-overlay{
    opacity: 1;
}
.order-card .immediate_order{
    position: absolute;
    bottom:10px;
    right: 10px;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    transition: 0.5s ;
    line-height: 30px;
    transform: translate(-100%);
    text-align: center;
    width: 90px;
    background-color: #4672eb;
    cursor: pointer;
}
.order-card:hover .immediate_order{
    opacity: 1;
    transform: translateX(0%);
}

/*===============*/
.service-section-1 {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f5ff;
}
.service-section-1>.service-container{
    width: 1220px;
    margin: 0 auto;
    display: flex;
    color: #333333;
}
.service-section-1 .service-text-wrap {
    width: 35%;
    margin-right: 20px;
    text-align: left;
}
.service-section-1 .service-text-wrap>.title {
    font-size: 40px;
}
.service-section-1 .service-text-wrap>.desc {
    margin-top:40px;
    color: #666666;
    font-size: 14px;
}
.service-section-1 .service-text-wrap>.view-all {
    width: 247px;
    height: 73px;
    background-color: #4672eb;
    text-align: center;
    color: #fff;
    margin-top: 106px;
    line-height: 73px;
    border-radius: 5px;
    cursor: pointer;
}
.service-section-1 .service-swiper-wrap {
    width: 65%;
}
.service-section-1 .service-swiper-wrap .ro_to_graph {
    padding: 20px;
    background-color: #fff;
    text-align: left;
    border-radius: 40px;
    height: 300px;
}
.service-section-1 .service-swiper-wrap .ro_to_graph img{
    width: 100%;
}
.service-section-1 .service-swiper-wrap .ro_to_graph .service-name {
    font-size: 24px;
    margin-bottom: 38px;
}
.service-section-1 .service-swiper-wrap .ro_to_graph .service-link {
    color: #4672eb;
    cursor: pointer;
}
.service-section-1 .service-swiper-wrap .swiper-control {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.service-section-1 .service-swiper-wrap .swiper-control i{
    font-size: 40px;
    color: #687080;
}
.service-section-1 .service-swiper-wrap .swiper-control i:nth-child(1){
    margin-right:30px;
}

/*========================*/

.service-section-2{
    margin-top: 90px;
    height: 1050px;
    text-align: center;
}
.service-section-2>p:nth-child(1) {
    font-size: 40px;
    color: #333333;
}
.service-section-2>p:nth-child(2) {
    color: #888888;
    margin-top: 50px;
}
.service-section-2 .service-container{
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
}
.service-section-2 .service-text-wrap {
    box-sizing: border-box;
    width: 30%;
    text-align: left;
    margin-left: 70px;
    padding: 40px;
    color: #333333;
}
.service-section-2 .service-text-wrap>.title{
    font-size: 30px;
}
.service-section-2 .service-text-wrap>.desc{
    color: #888888;
    margin-top: 30px;
    font-size: 14px
}
.service-section-2 .service-text-wrap>.feature {
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.service-section-2 .service-text-wrap>.feature:hover {
    background-color: #f0f5ff;
    box-sizing: border-box;
}
.service-section-2 .service-text-wrap>.service-link {
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    color: #4672eb;
    cursor: pointer;
}
.service-section-2 .service-text-wrap>div>p {
    font-size: 18px;
}
.service-section-2 .service-text-wrap>div>div>span {
    color: #888888;
    font-size: 14px;
}
.service-section-2 .service-swiper-wrap {
    width: 70%;
    text-align: left;
    position: relative;
}
.service-section-2 .service-swiper-wrap::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 800px;
    right: 0;
    top: -140px;
    border-radius: 50px 0 0 50px;
    background-color: #f0f5ff;
    z-index: -1;
}
.service-section-2 .service-swiper-wrap img{
    width: 100%;
}
.service-section-2 .service-swiper-inner {
    width: 790px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 4px rgba(240, 245, 255, 0.5);
}
.service-section-2 .service-swiper-inner>.swiper-control {
    text-align: left;
    margin-top: 50px;
    cursor: pointer;
}
.service-section-2 .service-swiper-inner>.swiper-control>i {
    font-size: 40px;
    color: #687080;
}
.service-section-2 .service-swiper-inner>.swiper-control>i:nth-child(1) {
    margin-right: 30px;
}

/*========================*/

.service-section-3 {
    height: 800px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.service-section-3 .service-container {
    width: 1220px;
    margin: 0 auto;
    color: #333333;
}
.service-section-3 .service-container>.title {
    height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: url('../../images/index/main/fourbg.png') no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
}
.service-section-3 .service-container>.title>p:nth-child(1) {
    font-size: 40px;
    margin-top: 147px;
    margin-bottom: 41px;
}
.service-section-3 .service-container>.title>p:nth-child(2) {
    width: 390px;
    font-size: 15px;
    margin-bottom: 74px;
    text-align: center;
    color: #999999;
    padding: 10px 0;
}
.service-section-3 .service-container .data-stats>div {
    width: 360px;
    height: 270px;
    border-radius: 20px;
    background-color: white;
    margin: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .23), 0 0 6px rgba(0, 0, 0, .04);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1s;
}
.service-section-3 .service-container .data-stats {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    position: absolute;
    bottom: 80px;
}
.service-section-3 .service-container .data-stats>.stat-item:hover {
    color: white;
    background-color: #4672eb;
    transform: translateY(-10%);
}
.service-section-3 .service-container .data-stats>.stat-item:hover>span {
    color: white !important;
}
.service-section-3 .service-container .data-stats>div>img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-top: 30px;
    margin-bottom: 20px;
}
.service-section-3 .service-container .data-stats>div>span:nth-child(2) {
    margin-bottom: 20px;
    transition: 1s;
    color: #4874ea;
    font-size: 40px;
    font-weight: bold;
}
.service-section-3 .service-container .data-stats>div>span:nth-child(3) {
    text-align: center;
    font-size: 15px;
    width: 211px;
    height: 73px;
    line-height: 30px;
}

/*========================*/

.service-section-4{
    height: 750px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.service-section-4 .service-container{
    width: 1220px;
    margin: 0 auto;
    color: #333333;
}
.service-section-4 .service-container>p{
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center;
}
.service-section-4 .service-container .service-swiper-wrap{
    margin-bottom: 30px;
}
.service-section-4 .service-container .service-swiper-wrap img{
    width: 100%;
}
.service-section-4 .service-container .cooperation-action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 460px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #e0ebff, #b1d2ff);
}
.service-section-4 .service-container .cooperation-action>p:nth-child(1) {
    font-size: 40px;
}
.service-section-4 .service-container .cooperation-action>p:nth-child(2) {
    font-size: 15px;
    margin: 90px 0;
    color: #4E5F8E;
}
.service-section-4 .service-container .action-btn {
    width: 150px;
    height: 45px;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    background-color: #4672eb;
}

/*===========================*/

.main-card>div {
    width: 50%;
}

.main-card .item {
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px;
    margin: 50px 10px;
    border-radius: 10px;
}

.main-card .item i {
    font-size: 50px;
    color: #666666;
}

.main-card .item>p:nth-child(2) {
    margin-top: 50px;
    font-weight: bold;
    font-size: 50px;
    color: #4672eb;
}

.main-card .item>p:nth-child(3) {
    color: #ccc;
}



.main-1>.title {
    text-align: center;
    margin-bottom: 93px;
}

.main-1>.title>p {
    color: #888888;
}

.main-1>.title>p:nth-child(2) {
    margin-top: 59px;
    margin-bottom: 12px;
}

.main-1>.content {
    margin-bottom: 150px;
    justify-content: space-around;
}

.main-1>.content-1 {
    margin-bottom: 250px;
    justify-content: space-around;
}

.main-1>.content-2 {
    padding: 200px 0px;
    justify-content: space-around;
    background-color: #F5F8FF;
}


.main-1>.content-2 .item>div>p {
    margin-top: 60px;
    margin-bottom: 80px;
    color: #888888;
}

.main-1>.content-2 .item p+div {
    width: 247px;
    height: 73px;
    line-height: 73px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #4672eb;
    border-radius: 10px;
}

.main-1>.content h1 {
    text-align: right;
    margin-bottom: 59px;
}

.main-1>.content-1 h1 {
    margin-bottom: 59px;
}

.main-1>.content-1 p {
    color: #888888;
    text-align: left;
    line-height: 26px;
}

.main-1>.content p {
    color: #888888;
    margin-bottom: 5px;
    text-align: right;
}

.main-1>.content .cus {
    width: 247px;
    height: 73px;
    color: #fff;
    cursor: pointer;
    margin-top: 97px;
    background-color: #4672eb;
    line-height: 73px;
    border-radius: 5px;
    text-align: center;
}