#header {
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all .3s;
    background: #fff;
}

#header.position-static {
    position: relative;
}

#header .marginAuto {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 1rem;
    align-items: center;
    transition: all .5s ease 0s;
    box-sizing: border-box;
    padding-left: .94rem;
}

#header.postion-absolute {
    position: absolute;
}

#header .logo img {
    width: 170px;
}

#header .nav {
    display: flex;
    align-items: center;
}

#header .nav ul {
    display: flex;
}

#header .nav ul li {
    margin-right: .46rem;
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

#header .nav ul li:last-child {
    margin-right: 0;
}

#header .nav ul li.active {
    border-bottom: 1px solid #002fa7;
}

#header .nav ul li:hover {
    border-bottom: 1px solid #002fa7;
}

#header .nav ul li:hover .menu {
    display: block;
}

#header .nav ul li .menu {
    display: none;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    top: .84rem;
    width: 100%;
    text-align: center;
    background: #272727;
    line-height: .56rem;
}

#header .nav ul li .menu a {
    font-size: .16rem;
    color: #ffffff;
    margin-right: .16rem;
}

#header .nav ul li .menu a:last-child::after {
    display: none;
}

#header .nav ul li .menu a:Hover {
    color: #ccff00;
}

#header .nav ul li .menu a::after {
    content: "/";
    font-size: .12rem;
    color: #cccccc;
    margin-left: .16rem;
}

#header .nav a {
    font-size: .18rem;
    color: #272727;
}

#header .handle {
    display: flex;
    align-items: center;
    background-color: #002fa7;
    border-radius: 50px 0 0 0;
    height: 100%;
    padding: 0 0 0 .69rem;
}

#header .handle .tel {
    display: flex;
    align-items: center;
    margin-right: .4rem;
}

#header .handle .tel img {
    width: .52rem;
    height: .52rem;
    margin-right: .15rem;
}

#header .handle .tel .tel-main a {
    display: block;
    font-size: .18rem;
    font-weight: bold;
    line-height: .24rem;
    color: #ffffff;
}

#header .handle .english {
    margin-right: .76rem;
    font-size: .14rem;
    color: #fff;
    border: 1px solid #4f5a6d;
    box-sizing: border-box;
    line-height: .52rem;
    padding: 0 .2rem;
    cursor: pointer;
    border-radius: .52rem;
}

#header .handle .english img {
    width: .52rem;
    height: .52rem;
}

#header .handle .mobile-nav-btn {
    cursor: pointer;
    width: .94rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .handle .mobile-nav-btn.on {
    background: #002fa7;
}

#header .handle .mobile-nav-btn img:first-child {
    width: .3rem;
}

#header .handle .mobile-nav-btn img:last-child {
    width: .2rem;
}

#header .handle .mobile-nav-btn.on img:first-child {
    display: none;
}

#header .handle .mobile-nav-btn.on img:last-child {
    display: block;
}

#header.postion-absolute.on .marginAuto {
    height: 1.17rem;
}

.fixed-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(14, 70, 137, 0.9);
    box-sizing: border-box;
    padding: 3rem;
}

.fixed-nav ul {
    display: flex;
}

.fixed-nav ul li {
    margin-right: 1.5rem;
}

.fixed-nav ul li>a {
    font-size: .18rem;
    color: #ffffff;
    line-height: .36rem;
    font-weight: bold;
}

.fixed-nav ul li .menu a {
    display: block;
    font-size: .16rem;
    color: #ffffff;
    line-height: .36rem;
}

.home {
    position: relative;
}

.home .marginAuto {
    width: 17.32rem;
    overflow: hidden;
}

.home .swiper {
    width: 100%;
    height: 100%;
}

.home .swiper-container-horizontal>.swiper-pagination-bullets {
    line-height: auto;
    font-size: 0;
    bottom: .53rem;
}

.home .banner-swiper-container {
    /*height: 100%;*/
}

.home .banner-swiper-container img {
    width: 100%;
}

.home .banner-swiper-container .swiper-button-next,
.home .banner-swiper-container .swiper-button-prev {
    top: auto;
    bottom: .8rem;
    width: .44rem;
    height: .44rem;
}

.home .banner-swiper-container .swiper-button-next::after,
.home .banner-swiper-container .swiper-button-prev::after {
    display: none;
}

.home .banner-swiper-container .swiper-button-next {
    right: .94rem;
    background: url(../images/next.png) no-repeat center center/cover;
}

.home .banner-swiper-container .swiper-button-prev {
    left: auto;
    right: 1.72rem;
    background: url(../images/prev.png) no-repeat center center/cover;
}

.home .p1 {
    margin-bottom: .8rem;
}

.home .title {
    margin-bottom: .45rem;
    text-align: center;
}

.home .title .icon {
    margin-bottom: .14rem;
}

.home .title .icon img {
    width: .35rem;
}

.home .title h1 {
    font-size: .36rem;
    color: #000000;
    font-weight: bold;
}

.home .ourServices {
    margin-bottom: .8rem;
}

.home .ourServices .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home .ourServices .list .item {
    width: 31%;
    margin-bottom: 30px;
}

.home .ourServices .list .item:last-child {
    margin-right: 0;
}

.home .ourServices .list .item img {
    width: 100%;
    height: 3.42rem;
}

.home .ourServices .list .item .main {
    display: flex;
    background: #f2f1f1;
    padding: .45rem .4rem .4rem 0;
}

.home .ourServices .list .item .main .icon {
    width: 1rem;
    text-align: right;
    margin-right: .5rem;
}

.home .ourServices .list .item .main .icon img {
    width: .6rem;
    height: auto;
}

.home .ourServices .list .item .main .text {
    flex: 1;
}

.home .ourServices .list .item .main .text h1 {
    font-size: .26rem;
    font-weight: bold;
    margin-bottom: .24rem;
}

.home .ourServices .list .item .main .text p {
    font-size: .14rem;
    margin-bottom: .24rem;
    line-height: .3rem;
}

.home .ourServices .list .item .main .text span {
    display: inline-block;
    line-height: .39rem;
    padding: 0 .24rem;
    background: #ffffff;
    font-size: .14rem;
    color: #002fa7;
    border-radius: .39rem;
}

.home .ourServices .list a:hover {
    text-decoration: none;
}

.home .ourServices .list a:hover .main {
    background-color: #002fa7;
    transition: all .3s;
}

.home .ourServices .list a:hover .icon {
    filter: invert(100%);
    transition: all .3s;
}

.home .ourServices .list a:hover h1 {
    color: #fff;
    transition: all .3s;
}

.home .ourServices .list a:hover p {
    color: #fff;
    transition: all .3s;
}

.home .ourAdvantages {
    height: 8.6rem;
    box-sizing: border-box;
    padding-top: .8rem;
}

.home .ourAdvantages .title h1 {
    color: #fff;
}

.home .ourAdvantages .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.home .ourAdvantages .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #ffffff;
    opacity: 1;
    margin: 0 .12rem;
}

.home .ourAdvantages .swiper-pagination-bullet-active {
    background: #1226aa;
}

.home .ourAdvantages .swiper-slide {
    display: block;
    padding: .78rem 0 .5rem;
    position: relative;
}

.home .ourAdvantages .swiper-slide .num {
    position: absolute;
    top: .44rem;
    left: .58rem;
    font-size: .2rem;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/icon8.png) no-repeat center center/cover;
    width: .42rem;
    height: .43rem;
    line-height: .43rem;
    text-align: center;
}

.home .ourAdvantages .swiper-slide .icon {
    text-align: center;
    margin-bottom: .6rem;
}

.home .ourAdvantages .swiper-slide .icon span {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    line-height: 1.15rem;
    text-align: center;
    border: 1px solid #cfcfcf;
    border-radius: 1.15rem;
}

.home .ourAdvantages .swiper-slide .icon span img {
    max-width: .56rem;
}

.home .ourAdvantages .swiper-slide .main {
    padding: 0 .6rem 0;
}

.home .ourAdvantages .swiper-slide .main h1 {
    font-size: .3rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .24rem;
    text-align: center;
}

.home .ourAdvantages .swiper-slide .main p {
    line-height: .3rem;
    text-align: center;
    color: #666666;
    height: 1rem;
}

.home .ourAdvantages .swiper-slide .main span {
    display: inline-block;
    font-size: .14rem;
    color: #002fa7;
    line-height: .37rem;
    border: 1px solid #cccccc;
    padding: 0 .2rem;
    border-radius: .37rem;
}

.home .serviceCase {
    margin-bottom: .8rem;
}

.home .serviceCase .swiper-button-next,
.home .serviceCase .swiper-button-prev {
    width: .49rem;
    height: .49rem;
}

.home .serviceCase .swiper-button-next::after,
.home .serviceCase .swiper-button-prev::after {
    display: none;
}

.home .serviceCase .swiper-button-prev {
    background: url(/static/picture/left.png) no-repeat center center/cover;
    left: -.6rem;
}

.home .serviceCase .swiper-button-next {
    background: url(/static/picture/right.png) no-repeat center center/cover;
    right: -.6rem;
}

.home .serviceCase .more {
    text-align: center;
    margin-top: .72rem;
}

.home .serviceCase .more span {
    display: inline-block;
    line-height: .43rem;
    background: #002fa7;
    font-size: .16rem;
    color: #ffffff;
    padding: 0 .48rem;
    border-radius: .43rem;
}

.home .serviceCase .swiper-slide {
    display: block;
    position: relative;
}

.home .serviceCase .swiper-slide .img {
    width: 100%;
}

.home .serviceCase .swiper-slide .img img {
    width: 100%;
    height: 2.68rem;
}

.home .serviceCase .swiper-slide .main {
    background: #f2f1f1;
    text-align: center;
    padding: 0.2rem;
}

.home .serviceCase .swiper-slide .main h1 {
    font-size: .26rem;
    font-weight: bold;
    color: #272727;
    margin-bottom: .2rem;
}

.home .serviceCase .swiper-slide .main p {
    font-size: .16rem;
    line-height: .24rem;
    color: #272727;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home .home-news {
    background: #f2f1f1;
    box-sizing: border-box;
    padding: .8rem 0;
}

.home .home-news .container {
    display: flex;
}

.home .home-news .container .top {
    width: 5.46rem;
    margin-right: .48rem;
}


@media screen and (min-width:1201px) {
    .home .home-news .container .top a {
        font-size: 0.25rem;
        font-weight: 600;
    }
}

@media screen and (max-width:1200px) {
    .home .home-news .container .top a {
        font-size: 1rem;
        font-weight: 600;
    }
}

.home .home-news .container .top a:hover {
    color: #272727;
    transition: all .3s;
    text-decoration: none;
}

.home .home-news .container .top .img img {
    width: 100%;
    height: 3.07rem;
}

.home .home-news .container .top .main {
    background: #ffffff;
    padding: .3rem .53rem .5rem;
    height: 2.2rem;
}

.home .home-news .container .top .main .time {
    font-size: .16rem;
    color: #999999;
    margin-bottom: .24rem;
}

.home .home-news .container .top .main h1 {
    font-size: .22rem;
    color: #272727;
    margin-bottom: .23rem;
    line-height: .32rem;
}

.home .home-news .container .top .main h1::before {
    content: "+";
    color: #002fa7;
    font-size: .24rem;
}

.home .home-news .container .top .main p {
    font-size: .14rem;
    color: #666666;
    line-height: .24rem;
    margin: .2rem 0;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
    height: .48rem;
}

.home .home-news .container .top .main span {
    font-size: .15rem;
    color: #002fa7;
}

.home .home-news .container .list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.home .home-news .container .list .item {
    width: 49%;
    height: 2.91rem;
    box-sizing: border-box;
    margin-right: 2%;
    background: #fff;
    margin-bottom: .23rem;
    padding: .3rem .53rem .5rem;
}

.home .home-news .container .list .item:nth-child(2n) {
    margin-right: 0;
}

.home .home-news .container .list .item .time {
    font-size: .16rem;
    color: #999999;
    margin-bottom: .24rem;
}

.home .home-news .container .list .item h1 {
    font-size: .22rem;
    color: #272727;
    margin-bottom: .23rem;
    line-height: .32rem;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.home .home-news .container .list .item h1::before {
    content: "+";
    color: #002fa7;
    font-size: .24rem;
}

.home .home-news .container .list .item p {
    font-size: .14rem;
    color: #666666;
    line-height: .24rem;
    margin-bottom: .2rem;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
    height: .48rem;
}

.home .home-news .container .list .item span {
    font-size: .15rem;
    color: #002fa7;
}

.home .home-footer .cooperative-customers {
    box-sizing: border-box;
    padding-top: 1rem;
    height: 5.43rem;
}

.home .home-footer .cooperative-customers .title h1 {
    color: #fff;
}

.home .home-footer .cooperative-customers .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .home-footer .cooperative-customers .list .item {
    width: 19%;
    height: 1.05rem;
    background: #fff;
    margin-bottom: .19rem;
    display: flex;
}

.home .home-footer .cooperative-customers .list .item:nth-child(6n) {
    margin-right: 0;
}

.home .home-footer .cooperative-customers .list .item img {
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}

.footer,
.not {
    background: #272727;
    box-sizing: border-box;
    padding: .43rem 0 0;
}

.footer .marginAuto,
.not .marginAuto {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: .5rem;
}

.footer .nav ul,
.not .nav ul {
    display: flex;
}

.footer .nav ul li,
.not .nav ul li {
    margin-right: .4rem;
}

.footer .nav ul li.len .menu,
.not .nav ul li.len .menu {
    width: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.footer .nav ul li.len .menu a,
.not .nav ul li.len .menu a {
    margin-right: .2rem;
}

.footer .nav ul li.len .menu a:nth-child(2n),
.not .nav ul li.len .menu a:nth-child(2n) {
    margin-right: 0;
}

.footer .nav ul a,
.not .nav ul a {
    display: block;
    font-size: .16rem;
    color: #ffffff;
    margin-bottom: .2rem;
}

.footer .nav ul .menu,
.not .nav ul .menu {
    width: 1.4rem;
}

.footer .nav ul .menu a,
.not .nav ul .menu a {
    font-size: .14rem;
    color: #cccccc;
    display: block;
}

.footer .right,
.not .right {
    display: flex;
}

.footer .right .contact,
.not .right .contact {
    margin-right: 1.53rem;
}

.footer .right .contact .item,
.not .right .contact .item {
    line-height: .47rem;
    border-bottom: 1px solid #464646;
    font-size: .16rem;
    color: #ffffff;
    padding: 0 .2rem 0 .6rem;
}

.footer .right .contact .item:nth-child(1),
.not .right .contact .item:nth-child(1) {
    background: url(../images/icon15.png) no-repeat 0.2rem center/0.2rem auto;
}

.footer .right .contact .item:nth-child(2),
.not .right .contact .item:nth-child(2) {
    background: url(../images/icon16.png) no-repeat 0.2rem center/0.2rem auto;
}

.footer .right .contact .item:nth-child(3),
.not .right .contact .item:nth-child(3) {
    background: url(../images/icon17.png) no-repeat 0.2rem center/0.2rem auto;
}

.footer .right .ewm .c {
    margin-bottom: .3rem
}

.footer .right .ewm,
.not .right .ewm {
    text-align: center;
}

.footer .right .ewm img,
.not .right .ewm img {
    width: .93rem;
    margin-bottom: .2rem;
}

.footer .right .ewm h1,
.not .right .ewm h1 {
    font-size: .14rem;
    color: #ffffff;
}

.footer .copyright,
.not .copyright {
    font-size: .14rem;
    text-align: center;
    line-height: .6rem;
    color: #aaa9a9;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.footer .copyright a,
.not .copyright a {
    color: #aaa9a9;
}

.position {
    background: #d2dce9;
    margin-bottom: .8rem;
}

.position .marginAuto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .62rem;
}

.position .nav {
    display: flex;
}

.position .nav a {
    font-size: .18rem;
    color: #272727;
    line-height: .62rem;
    padding: 0 .28rem;
}

.position .nav a.active {
    background: #002fa7;
    color: #fff;
}

.position .sign {
    background: url(../images/icon18.png) no-repeat left center/0.36rem auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: .5rem;
}

.position .sign a {
    font-size: .16rem;
    color: #272727;
    display: flex;
    align-items: center;
    margin-right: .1rem;
}

.position .sign a::after {
    content: ">";
    font-size: .16rem;
    color: #272727;
    margin-left: .1rem;
}

.position .sign a:last-child {
    margin-right: 0;
}

.position .sign a:last-child::after {
    display: none;
}

.company-profile-container .title {
    margin-bottom: .3rem;
}

.company-profile-container .title h1 {
    font-size: .36rem;
    color: #272727;
    margin-bottom: .15rem;
    font-weight: bold;
}

.company-profile-container .title h2 {
    font-size: .18rem;
    color: #666666;
}

.company-profile-container .company-profile .container {
    display: flex;
    margin-bottom: .58rem;
}

.company-profile-container .company-profile .container .img {
    width: 7.2rem;
    margin-right: .56rem;
}

.company-profile-container .company-profile .container .img img {
    width: 100%;
    height: 4.94rem;
}

.company-profile-container .company-profile .container .text {
    flex: 1;
}

.company-profile-container .company-profile .container .text h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .18rem;
}

.company-profile-container .company-profile .container .text p {
    font-size: .18rem;
    color: #272727;
    margin-bottom: .27rem;
    line-height: .3rem;
}

.company-profile-container .company-profile .container .text h2 {
    font-size: .18rem;
    font-weight: bold;
    margin-bottom: .16rem;
}

.company-profile-container .company-profile .container .text .tag {
    display: flex;
    align-items: center;
    height: 1.04rem;
    background: #eeeff0;
}

.company-profile-container .company-profile .container .text .tag .item {
    flex: 1;
    text-align: center;
}

.company-profile-container .company-profile .container .text .tag img {
    height: .5rem;
    margin-right: .2rem;
}

.company-profile-container .development-history .list {
    position: relative;
    margin-bottom: .38rem;
}

.company-profile-container .development-history .list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 2.46rem;
    height: 100%;
    border-right: 2px solid #eeeff0;
}

.company-profile-container .development-history .list .item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: .15rem;
}

.company-profile-container .development-history .list .item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 2.35rem;
    z-index: 1;
    background: url(../images/gsjj5.png) no-repeat center center/100% auto;
    width: .26rem;
    height: .26rem;
}

.company-profile-container .development-history .list .item .time {
    width: 2.08rem;
    line-height: .73rem;
    font-size: .48rem;
    color: #106fce;
    font-weight: bold;
    text-align: center;
    position: relative;
    background: url(../images/gsjj7.jpg) no-repeat center center/100% auto;
    margin-right: .92rem;
}

.company-profile-container .development-history .list .item .img {
    margin-right: .77rem;
}

.company-profile-container .development-history .list .item .img img {
    width: 2.07rem;
    height: 2.07rem;
}

.company-profile-container .development-history .list .item .text {
    flex: 1;
    background: #eeeff0;
    font-size: .16rem;
    color: #272727;
    min-height: 1.1rem;
    line-height: .3rem;
    box-sizing: border-box;
    padding: .25rem .6rem;
    position: relative;
}

.company-profile-container .development-history .list .item .text::after {
    content: "";
    position: absolute;
    top: 0;
    left: -.25rem;
    border-top: .55rem solid transparent;
    border-bottom: .54rem solid transparent;
    border-right: .25rem solid #eeeff0;
}

.company-profile-container .development-history .more {
    text-align: center;
    margin-bottom: 1rem;
}

.company-profile-container .development-history .more a {
    display: inline-block;
    background: #002fa7;
    font-size: .16rem;
    line-height: .43rem;
    color: #ffffff;
    padding: 0 .5rem;
    border-radius: .43rem;
}

.qualifications-container .qualifications {
    padding-bottom: .7rem;
}

.qualifications-container .qualifications .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .12rem;
}

.qualifications-container .qualifications .title h2 {
    font-size: .18rem;
    color: #666666;
    margin-bottom: .3rem;
}

.qualifications-container .qualifications .text h1 {
    font-size: .3rem;
    font-weight: bold;
    color: #002fa7;
    margin-bottom: .2rem;
}

.qualifications-container .qualifications .text p {
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
}

.qualifications-container .certificate {
    background: #f5f5f5;
    padding-bottom: .89rem;
}

.qualifications-container .certificate .marginAuto {
    position: relative;
}

.qualifications-container .certificate .title h1 {
    font-size: .3rem;
    color: #002fa7;
    line-height: 1.27rem;
    font-weight: bold;
}

.qualifications-container .certificate .swiper-button-next,
.qualifications-container .certificate .swiper-button-prev {
    width: .49rem;
    height: .49rem;
}

.qualifications-container .certificate .swiper-button-next::after,
.qualifications-container .certificate .swiper-button-prev::after {
    display: none;
}

.qualifications-container .certificate .swiper-button-prev {
    background: url(../images/icon13.png) no-repeat center center/cover;
    left: -.7rem;
}

.qualifications-container .certificate .swiper-button-next {
    background: url(../images/icon14.png) no-repeat center center/cover;
    right: -.7rem;
}

.qualifications-container .certificate .swiper-slide {
    display: block;
    background: none;
}

.qualifications-container .certificate .swiper-slide .img {
    border: 1px solid #e3e3e3;
    border-radius: .1rem;
    box-sizing: border-box;
    height: 4.2rem;
    background: #fff;
    display: flex;
    margin-bottom: .22rem;
}

.qualifications-container .certificate .swiper-slide .img img {
    margin: auto;
    max-width: 80%;
    max-height: 70%;
}

.qualifications-container .certificate .swiper-slide h1 {
    font-size: .16rem;
    color: #272727;
    text-align: center;
}

.qualifications-container .companyAdvantages {
    margin-bottom: 1rem;
}

.qualifications-container .companyAdvantages .title h1 {
    font-size: .3rem;
    color: #002fa7;
    line-height: 1.56rem;
    font-weight: bold;
}

.qualifications-container .companyAdvantages .list .item {
    cursor: pointer;
    margin-bottom: .24rem;
}

.qualifications-container .companyAdvantages .list .item.on .tit {
    background: #b8d3f8;
}

.qualifications-container .companyAdvantages .list .item.on .tit .num {
    background: url(../images/gsyy.png) no-repeat center center/100% auto;
}

.qualifications-container .companyAdvantages .list .item.on .tit::before {
    display: none;
}

.qualifications-container .companyAdvantages .list .item.on .main {
    display: block;
}

.qualifications-container .companyAdvantages .list .item .tit {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    height: 1.09rem;
    padding-left: .39rem;
    position: relative;
}

.qualifications-container .companyAdvantages .list .item .tit::after {
    position: absolute;
    top: 50%;
    right: .56rem;
    transform: translate(0, -50%);
    content: "";
    width: .36rem;
    border-top: 2px solid #002fa7;
}

.qualifications-container .companyAdvantages .list .item .tit::before {
    position: absolute;
    top: 50%;
    right: .72rem;
    transform: translate(0, -50%);
    content: "";
    height: .36rem;
    border-left: 2px solid #002fa7;
}

.qualifications-container .companyAdvantages .list .item .tit .num {
    width: .34rem;
    height: .35rem;
    text-align: center;
    line-height: .35rem;
    font-size: .16rem;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/gsyy1.png) no-repeat center center/100% auto;
    margin-right: .38rem;
}

.qualifications-container .companyAdvantages .list .item .tit .h1 {
    font-size: .24rem;
    color: #272727;
    font-weight: bold;
}

.qualifications-container .companyAdvantages .list .item .tit .h1 .tips {
    font-weight: normal;
}

.qualifications-container .companyAdvantages .list .item .main {
    display: none;
    border: 1px solid #002fa7;
    padding: .37rem;
    line-height: .32rem;
}

.qualifications-container .companyAdvantages .list .item .main .main-item {
    display: flex;
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
}

.qualifications-container .companyAdvantages .list .item .main .main-item .num {
    font-size: .16rem;
    color: #336699;
}

.online-consulting-container {
    margin-bottom: 2rem;
}



.online-consulting-container .title {
    margin-bottom: .29rem;
}

.online-consulting-container .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.online-consulting-container .title h2 {
    font-size: .18rem;
    color: #666666;
}

.online-consulting-tel {
    display: flex;
}

.online-consulting-tel .item {
    display: flex;
    align-items: center;
    border-left: .05rem solid #002fa7;
    background: #faf9f9;
    margin-right: 0.29rem;
    width: 7.2rem;
    box-sizing: border-box;
}

.online-consulting-tel .item .icon {
    width: 1.8rem;
    text-align: center;
    line-height: .76rem;
    background: #d4e5fb;

}

.online-consulting-tel .item .icon img {
    width: .56rem;
}

.online-consulting-tel .item .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: .23rem;
    border: 1px solid #edecec;
    line-height: .7rem;
    border-left: 0;
    font-size: .18rem;
    color: #666666;
}

.online-consulting-tel .item .text a {
    font-size: .3rem;
    color: #0066cc;
    margin-left: .25rem;
}

.online-consulting-container .form {
    display: flex;
    flex-wrap: wrap;
}

.online-consulting-container .form .form-item {
    margin-right: .29rem;
    width: 7.2rem;
    margin-bottom: .2rem;
}

.online-consulting-container .form .form-item:nth-child(2n) {
    margin-right: 0;
}

.online-consulting-container .form .form-item .label {
    font-size: .18rem;
    color: #666666;
    line-height: .66rem;
}

.online-consulting-container .form .form-item .input-block input[type="text"] {
    width: 100%;
    border: 1px solid #e6e5e5;
    height: .68rem;
    font-size: .18rem;
    color: #333;
    border-left: .05rem solid #002fa7;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.online-consulting-container .form .form-item .input-block input[type="submit"] {
    width: 100%;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    line-height: .69rem;
    background: #002fa7;
    border: 0;
    cursor: pointer;
}

.online-consulting-container .form .form-item.form-item-width {
    width: 100%;
    margin-right: 0;
}

.online-consulting-container .form .form-item.form-textarea-item {
    width: 100%;
}

.online-consulting-container .form .form-item.form-textarea-item textarea {
    width: 100%;
    resize: none;
    border: 1px solid #e2e1e1;
    height: 2.16rem;
    box-sizing: border-box;
    padding: .24rem;
}

.international-transport {
    margin-bottom: 1rem;
}

.international-transport .list .item {
    position: relative;
    display: flex;
    background: #f5f5f5;
    margin-bottom: .62rem;
    height: 4.38rem;
}

.international-transport .list .item:nth-child(odd) {
    justify-content: flex-end;
}

.international-transport .list .item:nth-child(odd) .img {
    left: 0;
}

.international-transport .list .item:nth-child(even) .img {
    right: 0;
}

.international-transport .list .item .img {
    position: absolute;
    top: -.08rem;
}

.international-transport .list .item .img img {
    width: 7.1rem;
    height: 4.38rem;
}

.international-transport .list .item .text {
    width: 7.76rem;
    box-sizing: border-box;
    padding: .74rem .83rem 0 .72rem;
}

.international-transport .list .item .text h1 {
    font-size: .36rem;
    color: #272727;
    margin-bottom: .22rem;
    font-weight: bold;
}

.international-transport .list .item .text p,
.international-transport .list .item .text .cc {
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
    margin-bottom: .36rem;
}

.international-transport .list .item .text .cc a {
    color: #666666;
}

.international-transport .list .item .text .next img {
    width: .49rem;
}

.service-case {
    margin-bottom: .8rem;
}

.service-case .title {
    margin-bottom: .29rem;
}

.service-case .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.service-case .title h2 {
    font-size: .18rem;
    color: #666666;
}

.service-case .list {
    display: flex;
    flex-wrap: wrap;
}

.service-case .list a {
    width: 7.02rem;
    margin-right: .82rem;
    margin-bottom: .46rem;
}

.service-case .list a:nth-child(2n) {
    margin-right: 0;
}

.service-case .list a .img {
    width: 100%;
}

.service-case .list a .img img {
    width: 100%;
    height: 4.27rem;
}

.service-case .list a .main {
    background: #f5f5f5;
    padding: .33rem .74rem .6rem .38rem;
}

.service-case .list a .main .time {
    font-size: .16rem;
    color: #272727;
    margin-bottom: .17rem;
}

.service-case .list a .main .time img {
    width: .33rem;
    margin-right: .08rem;
}

.service-case .list a .main h1 {
    font-size: .24rem;
    color: #272727;
    margin-bottom: .2rem;
    padding-left: .43rem;
}

.service-case .list a .main p {
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
    padding-left: .43rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.service-case .pages {
    text-align: center;
}

.service-case .pages li {
    display: inline-block;
}

.service-case .pages a,
.service-case .pages span {
    display: inline-block;
    width: .46rem;
    height: .41rem;
    line-height: .41rem;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: .16rem;
    color: #757586;
    overflow: hidden;
    margin: 0 .08rem;
}

.service-case .pages a.prev,
.service-case .pages a.next {
    font-size: .3rem;
    line-height: .32rem;
    width: .56rem;
}

.service-case .pages a.on,
.service-case .pages a:hover,
.service-case .pages li.active span {
    background: #002fa7;
    color: #fff;
}

.charging-standard-container {
    margin-bottom: 1rem;
}

.charging-standard-container .title {
    margin-bottom: .29rem;
}

.charging-standard-container .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.charging-standard-container .title h2 {
    font-size: .18rem;
    color: #666666;
}

.charging-standard-container .table {
    margin-bottom: .6rem;
}

.charging-standard-container .table .table-head {
    display: flex;
    background: #d4e5fb;
    border: 1px solid #d4e5fb;
}

.charging-standard-container .table .table-head span {
    box-sizing: border-box;
    line-height: 1rem;
    padding-left: .2rem;
    border-right: 1px solid #cdd4dd;
    font-size: .24rem;
    color: #002fa7;
    font-weight: bold;
}

.charging-standard-container .table .table-head span:last-child {
    border-right: 0;
}

.charging-standard-container .table .table-body {
    border: 1px solid #c9c9c9;
}

.charging-standard-container .table .table-body .item {
    display: flex;
    align-items: center;
}

.charging-standard-container .table .table-body .item:nth-child(even) {
    background: #faf9f9;
}

.charging-standard-container .table .table-body .item span {
    font-size: .16rem;
    color: #666666;
    box-sizing: border-box;
    line-height: .62rem;
    border-right: 1px solid #cdd4dd;
    padding-left: .2rem;
}

.charging-standard-container .table .table-body .item span:last-child {
    border-right: 0;
}

.news-container {
    margin-bottom: 1rem;
}

.news-container .title {
    margin-bottom: .29rem;
}

.news-container .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.news-container .title h2 {
    font-size: .18rem;
    color: #666666;
}

.news-container .top {
    margin-bottom: .3rem;
    overflow: hidden;
}

.news-container .top .link {
    display: flex;
}

.news-container .top .link .img img {
    width: 7.41rem;
    height: 4.65rem;
}

.news-container .top .link .text {
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: .55rem .7rem 0 .8rem;
    flex: 1;
}

.news-container .top .link .text .time {
    font-size: .16rem;
    color: #999999;
    margin-bottom: .2rem;
}

.news-container .top .link .text h1 {
    font-size: .3rem;
    color: #272727;
    position: relative;
    margin-bottom: .27rem;
    padding-left: .3rem;
    line-height: .42rem;
    font-weight: bold;
}

.news-container .top .link .text h1::before {
    content: "+";
    left: 0;
    font-size: .3rem;
    color: #002fa7;
    position: absolute;
}

.news-container .top .link .text p {
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
    margin-bottom: .4rem;
}

.news-container .top .link .text span {
    font-size: .15rem;
    color: #002fa7;
}

.news-container .top .swiper-button-next,
.news-container .top .swiper-button-prev {
    bottom: .41rem;
    top: auto;
    width: .49rem;
    height: .49rem;
}

.news-container .top .swiper-button-next::after,
.news-container .top .swiper-button-prev::after {
    display: none;
}

.news-container .top .swiper-button-prev {
    background: url(../images/icon13.png) no-repeat center center/cover;
    left: auto;
    right: 1.13rem;
}

.news-container .top .swiper-button-next {
    background: url(../images/icon14.png) no-repeat center center/cover;
    right: .51rem;
}

.news-container .list {
    display: flex;
    flex-wrap: wrap;
}

.news-container .list .item {
    width: 7.11rem;
    margin-right: .63rem;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    padding: .46rem .32rem .39rem;
    margin-bottom: .31rem;
}

.news-container .list .item:nth-child(2n) {
    margin-right: 0;
}

.news-container .list .item .time {
    font-size: .16rem;
    color: #999999;
    margin-bottom: .2rem;
}

.news-container .list .item h1 {
    font-size: .3rem;
    color: #272727;
    position: relative;
    margin-bottom: .15rem;
    padding-left: .3rem;
    line-height: .42rem;
    font-weight: bold;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    -o-text-overflow: ellipsis;
}

.news-container .list .item h1::before {
    content: "+";
    left: 0;
    font-size: .3rem;
    color: #002fa7;
    position: absolute;
}

.news-container .list .item p {
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
    margin-bottom: .4rem;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
    height: .48rem;
}

.news-container .list .item span {
    font-size: .15rem;
    color: #002fa7;
}

.news-container .pages {
    text-align: center;
}

.news-container .pages .pagination {
    display: flex;
    justify-content: center;
}

.news-container .pages .pagination li:first-child a,
.news-container .pages .pagination li:last-child span {
    font-size: .2rem;
    line-height: .35rem;
}

.news-container .pages a,
.news-container .pages span {
    display: inline-block;
    width: .41rem;
    height: .41rem;
    line-height: .41rem;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: .16rem;
    color: #757586;
    overflow: hidden;
    margin: 0 .08rem;
}

.news-container .pages a.prev,
.news-container .pages a.next {
    font-size: .3rem;
    line-height: .32rem;
    width: .56rem;
}

.news-container .pages a.on,
.news-container .pages a:hover {
    text-decoration: none;
}

.news-container .pages a.on,
.news-container .pages a:hover,
.news-container .pages .active span {
    background: #002fa7;
    color: #fff;
}

.news-detial-container {
    margin-bottom: 1rem;
}

.news-detial-container .marginAuto {
    width: 10.59rem;
}

.news-detial-container .title {
    text-align: center;
    border-bottom: 1px solid #e8e6e6;
    margin-bottom: .37rem;
}

.news-detial-container .title h1 {
    font-size: .36rem;
    color: #272727;
    margin-bottom: .16rem;
}

.news-detial-container .container {
    font-size: .2rem;
    color: #666666;
    line-height: .32rem;
}

.news-detial-container .title p {
    font-size: .16rem;
    color: #666666;
    margin: 20px 0;
}

.news-detial-container .container p {
    font-size: .16rem;
    color: #272727;
    line-height: .24rem;
    margin-bottom: .2rem;
}

.news-detial-container .container img {
    max-width: 100%;
}

.sea-freight-container {
    margin-bottom: 1rem;
}

.sea-freight-container .title {
    margin-bottom: .82rem;
}

.sea-freight-container .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.sea-freight-container .title h2 {
    font-size: .18rem;
    color: #666666;
}

.sea-freight-container .sea-freight {
    background: #f5f5f5;
    display: flex;
    padding-bottom: .2rem;
}

.sea-freight-container .sea-freight .aside {
    width: 4.27rem;
    box-sizing: border-box;
    padding: .65rem .6rem 0 .55rem;
}

.sea-freight-container .sea-freight .aside h1 {
    font-size: .3rem;
    color: #002fa7;
    margin-bottom: .24rem;
}

.sea-freight-container .sea-freight .aside h2 {
    font-size: .24rem;
    color: #272727;
    margin-bottom: .22rem;
}

.sea-freight-container .sea-freight .aside h3 {
    font-size: .3rem;
    color: #0066cc;
    text-align: center;
}

.sea-freight-container .sea-freight .aside p {
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
    margin-bottom: .5rem;
}

.sea-freight-container .sea-freight .main {
    flex: 1;
    position: relative;
}

.sea-freight-container .sea-freight .main .swiper-box {
    position: absolute;
    top: -.61rem;
    right: -.74rem;
    width: 100%;
}

.sea-freight-container .sea-freight .main .swiper-box img {
    width: 100%;
    height: auto;
}

.sea-freight-container .sea-freight .main .swiper-box .swiper-button-next,
.sea-freight-container .sea-freight .main .swiper-box .swiper-button-prev {
    bottom: .41rem;
    top: auto;
    width: .49rem;
    height: .49rem;
}

.sea-freight-container .sea-freight .main .swiper-box .swiper-button-next::after,
.sea-freight-container .sea-freight .main .swiper-box .swiper-button-prev::after {
    display: none;
}

.sea-freight-container .sea-freight .main .swiper-box .swiper-button-prev {
    background: url(../images/icon13.png) no-repeat center center/cover;
    left: auto;
    right: 1.13rem;
}

.sea-freight-container .sea-freight .main .swiper-box .swiper-button-next {
    background: url(../images/icon14.png) no-repeat center center/cover;
    right: .51rem;
}

.sea-freight-container .sea-freight .main .text {
    padding: 6.5rem .5rem 0 1rem;
}

.sea-freight-container .sea-freight .main .text h2 {
    font-size: .24rem;
    color: #272727;
    margin-bottom: .23rem;
}

.sea-freight-container .sea-freight .main .text p {
    font-size: .16rem;
    color: #666666;
    margin-bottom: .28rem;
    line-height: .3rem;
}

.china-europe-express .china-europe-express-list {
    margin-top: .56rem;
}

.china-europe-express .china-europe-express-list .tit {
    font-size: .3rem;
    color: #1e4e8d;
    margin-bottom: .2rem;
}

.china-europe-express .china-europe-express-list .list .item {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    margin-bottom: .04rem;
    font-size: .18rem;
    color: #272727;
}

.china-europe-express .china-europe-express-list .list .item h1 {
    width: 2.7rem;
    line-height: .96rem;
    background: url(../images/zobl_03.jpg) no-repeat right center/auto 100% #002fa7;
    font-size: .24rem;
    color: #ffffff;
    padding-left: .42rem;
    margin-right: 1rem;
}

.customs-quotation .title {
    margin-bottom: .82rem;
}

.customs-quotation .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.customs-quotation .title h2 {
    font-size: .18rem;
    color: #666666;
}

.customs-quotation .sea-freight {
    background: #f5f5f5;
    display: flex;
    padding-bottom: .4rem;
    flex-wrap: wrap;
    margin-bottom: .6rem;
}

.customs-quotation .sea-freight .aside {
    width: 4.27rem;
    box-sizing: border-box;
    padding: .65rem .6rem 0 .55rem;
}

.customs-quotation .sea-freight .aside h1 {
    font-size: .3rem;
    color: #002fa7;
    margin-bottom: .24rem;
}

.customs-quotation .sea-freight .aside h2 {
    font-size: .24rem;
    color: #272727;
    margin-bottom: .22rem;
}

.customs-quotation .sea-freight .aside h3 {
    font-size: .3rem;
    color: #0066cc;
    text-align: center;
}

.customs-quotation .sea-freight .aside p {
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
    margin-bottom: .5rem;
}

.customs-quotation .sea-freight .aside .img img {
    width: 2.98rem;
    height: 2.31rem;
}

.customs-quotation .sea-freight .main {
    flex: 1;
    position: relative;
}

.customs-quotation .sea-freight .main .swiper-box {
    position: absolute;
    top: -.61rem;
    right: -.74rem;
    width: 100%;
}

.customs-quotation .sea-freight .main .swiper-box img {
    width: 100%;
    height: auto;
}

.customs-quotation .sea-freight .main .swiper-box .swiper-button-next,
.customs-quotation .sea-freight .main .swiper-box .swiper-button-prev {
    bottom: .41rem;
    top: auto;
    width: .49rem;
    height: .49rem;
}

.customs-quotation .sea-freight .main .swiper-box .swiper-button-next::after,
.customs-quotation .sea-freight .main .swiper-box .swiper-button-prev::after {
    display: none;
}

.customs-quotation .sea-freight .main .swiper-box .swiper-button-prev {
    background: url(../images/icon13.png) no-repeat center center/cover;
    left: auto;
    right: 1.13rem;
}

.customs-quotation .sea-freight .main .swiper-box .swiper-button-next {
    background: url(../images/icon14.png) no-repeat center center/cover;
    right: .51rem;
}

.customs-quotation .sea-freight .main .text {
    padding: 6.5rem .5rem 0 1rem;
}

.customs-quotation .sea-freight .main .text h2 {
    font-size: .24rem;
    color: #272727;
    margin-bottom: .23rem;
}

.customs-quotation .sea-freight .main .text p {
    font-size: .16rem;
    color: #666666;
    margin-bottom: .28rem;
    line-height: .3rem;
}

.customs-quotation .sea-freight .lc {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .55rem;
}

.customs-quotation .sea-freight .lc h1 {
    font-size: .3rem;
    color: #002fa7;
    margin-bottom: .18rem;
}

.customs-quotation .sea-freight .lc p {
    font-size: .16rem;
    color: #666666;
    margin-bottom: .24rem;
}

.customs-quotation .sea-freight .lc img {
    max-width: 100%;
}

.customs-quotation .type {
    margin-bottom: .4rem;
}

.customs-quotation .type .tit {
    margin-bottom: .3rem;
}

.customs-quotation .type .tit h1 {
    font-size: .3rem;
    color: #272727;
    margin-bottom: .14rem;
    font-weight: bold;
}

.customs-quotation .type .tit p {
    font-size: .16rem;
    color: #272727;
}

.customs-quotation .type .list {
    display: flex;
}

.customs-quotation .type .list .item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.customs-quotation .type .list .item:nth-child(n+2) .item-tit {
    border-left: 1px solid #002fa7;
}

.customs-quotation .type .list .item:nth-child(2n) .main {
    background: #fafafa;
}

.customs-quotation .type .list .item .item-tit {
    font-size: .18rem;
    color: #13478c;
    font-weight: bold;
    background: #b7d2f7;
    line-height: .62rem;
    padding-left: .2rem;
}

.customs-quotation .type .list .item .main {
    border: 1px solid #e5e5e5;
    /*height: 1.86rem;*/
    flex: 1;
    box-sizing: border-box;
    padding: .4rem 0 0 .32rem;
}

.customs-quotation .type .list .item .main span {
    font-size: .16rem;
    color: #272727;
    margin-right: .44rem;
    margin-bottom: .13rem;
    display: inline-block;
}

.customs-quotation .type .list .item .main span::before {
    content: ">";
    font-size: .16rem;
    color: #0066cc;
    margin-right: .1rem;
}

.trade-agency .title {
    margin-bottom: .82rem;
}

.trade-agency .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.trade-agency .title h2 {
    font-size: .18rem;
    color: #666666;
}

.trade-agency .sea-freight {
    background: #f5f5f5;
    display: flex;
    padding-bottom: .4rem;
    flex-wrap: wrap;
    margin-bottom: .6rem;
    position: relative;
}

.trade-agency .sea-freight .aside {
    box-sizing: border-box;
    padding: .65rem .6rem 0 .55rem;
}

.trade-agency .sea-freight .aside h1 {
    font-size: .3rem;
    color: #002fa7;
    margin-bottom: .24rem;
}

.trade-agency .sea-freight .aside h2 {
    font-size: .24rem;
    color: #272727;
    margin-bottom: .22rem;
    font-weight: bold;
}

.trade-agency .sea-freight .aside p {
    width: 2.95rem;
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
    margin-bottom: .5rem;
}

.trade-agency .sea-freight .aside .num {
    font-size: .16rem;
    color: #ffffff;
    background: url(../images/gsyy.png) no-repeat center center/cover;
    width: .34rem;
    line-height: .35rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .14rem;
}

.trade-agency .sea-freight .swiper-box {
    position: absolute;
    top: -.61rem;
    right: -.74rem;
    width: 10.6rem;
}

.trade-agency .sea-freight .swiper-box img {
    width: 100%;
    height: auto;
}

.trade-agency .sea-freight .swiper-box p {
    font-size: .16rem;
    color: #666666;
    line-height: .3rem;
    margin-top: 20px;
}

.trade-agency .sea-freight .swiper-box p span {
    font-size: .24rem;
    color: #272727;
    margin-bottom: 0.22rem;
    font-weight: bold;
}

.trade-agency .sea-freight .swiper-box .swiper-container {
    height: auto;
}

.trade-agency .sea-freight .swiper-box .swiper-button-next,
.trade-agency .sea-freight .swiper-box .swiper-button-prev {
    bottom: .41rem;
    top: auto;
    width: .49rem;
    height: .49rem;
}

.trade-agency .sea-freight .swiper-box .swiper-button-next::after,
.trade-agency .sea-freight .swiper-box .swiper-button-prev::after {
    display: none;
}

.trade-agency .sea-freight .swiper-box .swiper-button-prev {
    background: url(../images/icon13.png) no-repeat center center/cover;
    left: auto;
    right: 1.13rem;
}

.trade-agency .sea-freight .swiper-box .swiper-button-next {
    background: url(../images/icon14.png) no-repeat center center/cover;
    right: .51rem;
}

.trade-agency .technologicalProcess .technologicalProcess-tit {
    font-size: .3rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .16rem;
}

.trade-agency .technologicalProcess .list {
    display: flex;
}

.trade-agency .technologicalProcess .technologicalProcess-item {
    flex: 1;
}

.trade-agency .technologicalProcess .technologicalProcess-item:first-child {
    margin-right: .45rem;
}

.trade-agency .technologicalProcess .technologicalProcess-item .tit {
    background: #b7d2f7;
    font-size: .18rem;
    color: #13478c;
    font-weight: bold;
    line-height: .62rem;
    padding-left: .32rem;
    margin-bottom: .19rem;
}

.trade-agency .technologicalProcess .technologicalProcess-item .item {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #272727;
    border: 1px solid #dfdfdf;
    margin-bottom: .47rem;
    height: .66rem;
    padding-left: .32rem;
    position: relative;
}

.trade-agency .technologicalProcess .technologicalProcess-item .item:last-child::after {
    display: none;
}

.trade-agency .technologicalProcess .technologicalProcess-item .item::after {
    content: "";
    position: absolute;
    bottom: -.45rem;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/mydl_03.png) no-repeat center center/cover;
    width: .27rem;
    height: .34rem;
}

.trade-agency .technologicalProcess .technologicalProcess-item .item .num {
    font-size: .16rem;
    color: #ffffff;
    background: url(../images/gsyy.png) no-repeat center center/cover;
    width: .34rem;
    line-height: .35rem;
    font-weight: bold;
    text-align: center;
    margin-right: .29rem;
}

.trade-agency .common-problem {
    margin-top: .3rem;
}

.trade-agency .common-problem .common-problem-title {
    font-size: .3rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .16rem;
}

.trade-agency .common-problem .list .item {
    margin-bottom: .24rem;
}

.trade-agency .common-problem .list .item.on .tit {
    background: #b8d3f8;
}

.trade-agency .common-problem .list .item.on .tit::before {
    display: none;
}

.trade-agency .common-problem .list .item.on .tit .num {
    background: url(../images/gsyy.png) no-repeat center center/100% auto;
}

.trade-agency .common-problem .list .item.on .main {
    display: flex;
}

.trade-agency .common-problem .list .tit {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    height: 1.09rem;
    padding-left: .39rem;
    position: relative;
    cursor: pointer;
}

.trade-agency .common-problem .list .tit::after {
    position: absolute;
    top: 50%;
    right: .56rem;
    transform: translate(0, -50%);
    content: "";
    width: .36rem;
    border-top: 2px solid #002fa7;
}

.trade-agency .common-problem .list .tit::before {
    position: absolute;
    top: 50%;
    right: .72rem;
    transform: translate(0, -50%);
    content: "";
    height: .36rem;
    border-left: 2px solid #002fa7;
}

.trade-agency .common-problem .list .tit .num {
    width: .55rem;
    height: .55rem;
    text-align: center;
    line-height: .55rem;
    font-size: .24rem;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/gsyy1.png) no-repeat center center/100% auto;
    margin-right: .33rem;
}

.trade-agency .common-problem .list .tit .h1 {
    font-size: .24rem;
    color: #272727;
    font-weight: bold;
}

.trade-agency .common-problem .list .tit .h1 .tips {
    font-weight: normal;
}

.trade-agency .common-problem .list .main {
    display: none;
    padding: .3rem .27rem;
    box-sizing: border-box;
    border: 1px solid #002fa7;
}

.trade-agency .common-problem .list .main .num {
    width: .55rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    font-size: .24rem;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/mydl1_03.png) no-repeat center center/100% auto;
    margin-right: .36rem;
}

.trade-agency .common-problem .list .main .text {
    flex: 1;
}

.trade-agency .common-problem .list .main .text p {
    font-size: .16rem;
    color: #272727;
    margin-bottom: .12rem;
    line-height: .32rem;
}

.featured-services .title {
    margin-bottom: .82rem;
}

.featured-services .title h1 {
    font-size: .36rem;
    color: #272727;
    font-weight: bold;
    margin-bottom: .13rem;
}

.featured-services .title h2 {
    font-size: .18rem;
    color: #666666;
}

.featured-services .list {
    display: flex;
    flex-wrap: wrap;
}

.featured-services .list .item {
    width: 4.6rem;
    margin-right: .52rem;
    margin-bottom: .51rem;
}

.featured-services .list .item:nth-child(3n) {
    margin-right: 0;
}

.featured-services .list .item img {
    width: 100%;
    height: 2.94rem;
}

.featured-services .list .item .main {
    background: #f5f5f5;
    padding: .17rem .52rem .55rem;
}

.featured-services .list .item .main .num {
    width: .34rem;
    height: .35rem;
    text-align: center;
    line-height: .35rem;
    font-size: .16rem;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/gsyy1.png) no-repeat center center/100% auto;
    margin-bottom: .13rem;
}

.featured-services .list .item .main h1 {
    font-size: .24rem;
    color: #272727;
}

.aside-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 11;
}

.aside-fixed .item {
    width: .9rem;
    height: .9rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002fa7;
    cursor: pointer;
    margin-bottom: 1px;
}

.aside-fixed .item:hover {
    background: #272727;
}

.aside-fixed .item:hover .level {
    display: block;
}

.aside-fixed .item img {
    width: .25rem;
}

.aside-fixed .item .ewm {
    display: none;
    position: absolute;
    left: -1.4rem;
    width: 1.32rem;
    height: 1.43rem;
    background: #272727;
    box-sizing: border-box;
    padding: .14rem;
    text-align: center;
    display: none;
}

.aside-fixed .item .ewm::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -.08rem;
    border-top: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .08rem solid #272727;
}

.aside-fixed .item .ewm img {
    width: .93rem;
    height: .93rem;
    margin-bottom: .07rem;
}

.aside-fixed .item .ewm h1 {
    font-size: .14rem;
    color: #ffffff;
}

.aside-fixed .item .tel {
    display: none;
    position: absolute;
    right: 108%;
    width: 1.5rem;
    height: 1rem;
    background: #272727;
    box-sizing: border-box;
    padding: .2rem .2rem 0 .1rem;
}

.aside-fixed .item .tel h1 {
    font-size: .14rem;
    color: #ffffff;
    margin-bottom: .05rem;
}

.aside-fixed .item .tel a {
    display: block;
    font-size: .14rem;
    color: #ffffff;
    line-height: .24rem;
}

.aside-fixed .item .tel::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -.08rem;
    border-top: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .08rem solid #272727;
}

.mobile-nav {
    display: none;
}


@media screen and (min-width:1201px) {

    .slider .swiper {
        overflow-x: hidden;
        margin-bottom: 50px;
    }

    .slider-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .slider-box-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .slider-box-bg img {
        width: 100%;
    }

    .slider-box-text {
        padding: 400px 0;
        color: #fff;
        width: 50%;
    }

    .slider-box-text h1 {
        font-size: 0.4rem;
        font-weight: 600;
    }

    .slider-box-text p {
        font-size: 20px;
        margin: 20px 0;
        word-break: break-all;
        line-height: 30px;
    }

    .slider-box-btn {
        margin-top: 50px;
    }

    .slider-box-btn a {
        padding: 10px 25px;
        border-radius: 25px;
        background-color: #fff;
        color: #002fa7;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }

    .slider-box-btn a:hover {
        background-color: #002fa7;
        color: #fff;
        transition: all .3s;
        text-decoration: none;
    }
}

@media screen and (max-width:1200px) {

    .slider .swiper {
        overflow-x: hidden;
        margin-bottom: 50px;
    }

    .slider-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .slider-box-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .slider-box-bg img {
        height: 100%;
    }

    .slider-box-text {
        padding: 80px 0;
        color: #fff;
        width: 70%;
    }

    .slider-box-text h1 {
        font-size: 1rem;
        font-weight: 600;
    }

    .slider-box-text p {
        font-size: 14px;
        margin: 20px 0;
        word-break: break-all;
        line-height: 18px;
    }

    .slider-box-btn {
        margin-top: 50px;
    }

    .slider-box-btn a {
        padding: 10px 25px;
        border-radius: 25px;
        background-color: #fff;
        color: #002fa7;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }

    .slider-box-btn a:hover {
        background-color: #002fa7;
        color: #fff;
        transition: all .3s;
        text-decoration: none;
    }
}