/*pc端样式*/
    img,
    ul,
    li,
    dd,
    dt,
    dl,
    div,
    p,
    input {
        margin: 0px;
        border: none;
        padding: 0px;
        list-style: none;
        outline: none;
    }

    li {
        margin: 0px;
        border: none;
        padding: 0px;
        list-style: none;
    }

    a {
        text-decoration: none;
        color: #393939;
        outline: none;
    }

    a:hover {
        color: #f8b62a;
    }

    a img {
        border: none;
        outline: none;
    }

    .clear {
        clear: both
    }

    ul,
    li {
        list-style: none;
    }

    * {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-family: OPPOSans, Tahoma, Arial;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }


    input {
        vertical-align: middle;
    }

    select {
        vertical-align: middle;
    }

    .light il {
        overflow: visible;
    }

    a:link,
    a:visited {
        text-decoration: none;
        outline: none;
        font-family: OPPOSans, Tahoma, Arial;
    }

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }


    .full-header-code {
        position: relative;
    }


    @media screen and (max-width: 1199px) {
        body {
            padding-top: 0.88rem;
        }
    }

    .header-box {
        border-bottom: 1px solid #e7e7e7;
    }

    .centerbox {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    .centerbox::after {
        clear: both;
        height: 0;
        width: 0;
        content: '';
        display: block;
    }

    .header-box > div .left-top-header {
        float: left;
        padding-top: 5px;
        padding-bottom: 5px;
        box-sizing: border-box;
        font-size: 12px;
        color: #4b4b4a;
    }

    .header-box > div .right-top-header {
        display: flex;
        padding-top: 5px;
        padding-bottom: 5px;
        box-sizing: border-box;
        font-size: 12px;
        color: #4b4b4a;
        justify-content: flex-end;
        margin: 0;
    }

    .header-box > div .right-top-header .new-account-info {
        display: flex;
        align-items: center;
    }

    .header-box > div .right-top-header .new-account-info span {
        font-size: 14px;
        font-weight: normal;
        color: #221815;
    }

    .header-box > div .right-top-header .new-account-info h2 {
        font-size: 14px;
        font-weight: normal;
        color: #221815;
        width: 148px;
        height: 30px;
        background-color: #e9e9e9;
        box-shadow: 0px 1px 2px 0px rgba(9, 1, 4, 0.3);
        text-align: left;
        line-height: 30px;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
    }

    .header-box > div .right-top-header .new-account-info h2::before {
        content: '';
        position: absolute;
        right: 26px;
        top: 55%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top: 5px solid #000;
    }

    .header-box > div .right-top-header .new-account-info ul {

        padding: 9px;
    }

    .header-box > div .right-top-header .new-account-info ul li {
        padding-bottom: 0;
        padding: 9px;
        position: relative;
    }

    .header-box > div .right-top-header .new-account-info ul li a::after {
        position: absolute;
        content: '>';
        right: -11px;
        top: 50%;
        transform: translateY(-50%) scaleY(1.5);
    }

    .header-box > div .right-top-header .new-account-info ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .header-box > div .right-top-header .hidden-box-account {
        margin-left: 25px;
        margin-right: 10px;
        position: relative;
        z-index: 10000;
    }

    .header-box > div .right-top-header .hidden-box-account ul {
        display: none;
        position: absolute;
        left: 0;
        z-index: 10;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 21px 10px;
        border: 1px solid #f2f2f2;
        top: 45px;
        z-index: 1000;
    }

    .header-box > div .right-top-header .hidden-box-account ul::before {
        content: '';
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        left: 33px;
        top: -19px;
        z-index: 2000;
    }

    .header-box > div .right-top-header .hidden-box-account ul::after {
        content: '';
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #f2f2f2;
        position: absolute;
        left: 33px;
        top: -21px;
        z-index: 1000;
    }


    .header-box > div .right-top-header .hidden-box-account ul li:last-child {
        padding-left: 0;
    }

    .header-box > div .right-top-header .hidden-box-account ul li:last-child::after {
        display: none;
    }

    .header-box > div .right-top-header .hidden-box-account ul li:last-child a {
        width: 100%;
        height: 32px;
        background-color: #ef7e1a;
        display: block;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        line-height: 32px;
    }

    .header-box > div .right-top-header .language{
        margin: 0;
    }
    .header-box > div .right-top-header .language span {
        display: block;
        height: 100%;
        line-height: 30px;
    }


    .header-box > div .right-top-header .language a {
        font-size: 12px;
    }


    .left-top-header .chatmessage ul {
        display: flex;
        justify-content: flex-start;
    }

    .left-top-header .chatmessage li {
        margin-right: 20px;
        font-size: 14px;
        color: #4b4b4b;
    }

    .left-top-header .chatmessage li a {
        font-size: 14px;
    }

    .left-top-header .chatmessage li img {
        width: 19px;
        height: auto;
        margin-right: 6px;
        vertical-align: sub;
    }

    .fl {
        float: left;
    }

    .fr {
        float: right;
    }

    .header-log-menu {
        width: 100%;
        height: 91px;
        box-sizing: border-box;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 4px;
    }

    .header-log-menu .centerbox {
        position: static;
        height: 100%;
    }

    .header-log-menu .logo {
        width: 190px;
        height: 52px;
    }

    .header-log-menu .logo img {
        width: 100%;
        height: 52px;
        object-fit: cover;
        margin-top: 20px;
    }

    .displayflex {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .header-log-menu .menu {
        justify-content: flex-end;
    }

    .header-log-menu .menu-items {
    }

    .header-log-menu .menu-items ul {
        height: 100%;
    }

    .header-log-menu .menu-items ul ul {
        flex: 1;
    }

    .header-log-menu .menu-items > ul > li {
        margin-left: 75px;
        height: 100%;
        line-height: 91px;
        cursor: pointer;
    }

    .header-log-menu .menu-items > ul > li:hover .sub-menu {
        /* display: block; */
    }

    .header-log-menu .menu-items ul li img {
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .right-top-header .login-register {
        justify-self: right;
        margin-left: 75px;
    }

    .right-top-header .login-register span {
        width: 87px;
        height: 28px;
        line-height: 28px;
        cursor: pointer;
        font-size: 16px;
    }

    .right-top-header .login-register span.login {
        background-color: #ff8100;
        border: solid 1px #ff8100;
        color: #fff;
        text-align: center;
    }

    .right-top-header .login-register span.register {
        border: solid 1px #ff8100;
        text-align: center;
        margin-left: 11px;
    }

    .sub-menu {
        padding: 35px 0 0;
        background-color: #fff;
        z-index: 1000;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        display: none;
    }

    .shipping-title h3 {
        font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000;
    }

    .header-log-menu .menu-items .sub-menu li {
        color: #444;
        font-size: 14px;
        margin: 0;
        cursor: pointer;
        line-height: 28px;
    }


    .header-log-menu .menu-items .sub-menu li.title {
        line-height: 28px;
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

    .sub-menu .displayflex {
        align-items: flex-start;
        justify-content: space-evenly;
        padding-bottom: 25px;
    }

    .sub-menu .displayflex .displayflex {
        padding-bottom: 35px;
    }

    .sub-menu .displayflex > div {
        flex: 1;
        padding: 0 15px;
        min-height: 220px;
    }


    .sub-menu .displayflex .santai {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    .sub-menu .displayflex > div:nth-child(4n) {
        border: none;
    }
    .sub-menu .displayflex .santai .container>div{
        border: none !important;
    }
    .sub-menu .displayflex .santai .container>div:last-child{
            margin-top: 20px;
    }

    .sub-menu .santai {
        flex: 4.5;
        box-sizing: border-box;
    }

    .sub-menu .expressone {
        flex: 1;
        padding: 0 35px;
        box-sizing: border-box;
    }

    .sub-menu .cheap {
        flex: 1.5;
        padding: 0 35px;
        box-sizing: border-box;
    }

    .sub-menu .fbaone {
        flex: 1;
        padding: 0 35px;
        box-sizing: border-box;
    }

    .santai .displayflex > ul {
        flex: 1
    }

    .sub-menu .complaint {
        background-color: #f3f3f3;
        height: 46px;
        line-height: 46px;
        text-align: right;
        cursor: pointer;
    }

    .complaint-img {
        margin-right: 14px;
        vertical-align: sub;
    }

    .pingtai .sub-menu ul {
        margin-bottom: 35px;
    }

    .pingtai .menu-country-list {
        display: flex;
        justify-content: space-around;
    }


    .pingtai .sub-menu .displayflex .menu-div:first-child {
        flex: 32%;
        height: 100%;
        min-height: 147px;
        position: relative;
    }

    .pingtai .sub-menu .displayflex .menu-div:first-child p {
        font-size: 14px;
        font-weight: normal;
        line-height: 36px;
        color: #221613;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 97%;
    }

    .pingtai .sub-menu .displayflex .menu-div:nth-child(2) {
        flex: 41%;
        border-left: 1px solid #ccc;
    }

    .pingtai .sub-menu .displayflex .menu-div:nth-child(3) {
        flex: 25%
    }
    .pingtai .sub-menu .displayflex .menu-div:nth-child(2) .menu-country-list ul{
        flex-basis: auto;
    }


    @media screen and (max-width: 1199px) {
        .full-header-code {
            display: none;
        }

        .banner-index .swiper-container {
            height: 351px;
        }

        .banner-index .swiper-container .swiper-slide {
            background-repeat: no-repeat;
            background-size: 100%;
        }

        .header {
            width: 100%;
            height: 150px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 31;
            overflow-x: hidden;
        }

        .m-menu {
            display: block;
        }
    }
 .m-full-header-code {
            display: none;
        }

        @media screen and (max-width: 1199px) {
            .full-header-code {
                display: none;
            }

            .m-full-header-code {
                display: block;
                height: 0.88rem;
                width: 100vw;
                padding: 0.26rem;
                box-sizing: border-box;
                background:#fff;
            }

            .m-full-header-code::after {
                clear: both;
                content: '';
                visibility: hidden;
                height: 0;
                width: 0;
            }

            .m-full-header-code .m-logo {
                float: left;
                width: 1.16rem;
                height: 0.52rem;
            }

            .m-full-header-code .m-logo img {
                width: 100%;
                height: 100%;
            }

            .m-icon-lists {
                display: flex;
                justify-content: flex-end;
                width: 50%;
                float: right;
            }

            .m-icon-lists li {
                margin-left: 0.1rem;
                width: 0.6rem;
            }

            .m-icon-lists li img {
                width: 100%;
                height: 0.6rem;
            }

            .m-icon-lists li:last-child {
                width: 0.78rem;
                height: 0.5rem;
            }
        }

 .m-menu {
            background-color: #f2f2f2;
            transition: all 1s;
            transform: translateX(100%);
            width: 100%;
            z-index: 1000;
            display: none;
        }

        @media screen and (max-width: 1199px) {
            .m-menu {
                display: block;
            }
        }

        .m-menu .first-menu .first-title-box {
            display: flex;
            height: 0.8rem;
            align-items: center;
        }

        .m-menu .first-menu .first-title-box h2 {
            flex-basis: 50%;
            font-size: 0.24rem;
            font-weight: bold;
            color: #3c3c3c;
        }

        .m-menu .first-menu .first-title-box span {
            flex-basis: 50%;
            font-size: 0.24rem;
            transform: rotate(180deg);
        }

        .m-menu .first-menu .second-menu {
            display: none;
        }

        .m-menu .first-menu .second-menu li {
            font-size: 0.24rem;
            color: #3c3c3c;
            padding-left: 0.1rem;
        }

        .m-menu .first-menu {
            padding: 0.3rem;
            box-sizing: border-box;
        }

        .m-report {
            height: 0.44rem;
            background-color: #d6d6d6;
            display: flex;
            align-items: center;
            padding: 0 0.3rem;
            box-sizing: border-box;
        }

        .m-report .left-r {
            flex-basis: 50%;
        }

        .m-report .left-r img {
            width: 0.22rem;
            height: 0.22rem;
            margin-right: 0.02rem;
        }

        .m-report .left-r span {
            font-size: 0.14rem;
            color: #000000;
        }

        .m-report .right-r {
            flex-basis: 50%;
            text-align: right;
        }

        .m-report .right-r .m-login {
            width: 0.88rem;
            height: 0.28rem;
            background-color: #ff8100;
            border: solid 1px #ff8100;
            color: #fff;
            font-size: 0.14rem;
            display: inline-block;
            text-align: center;
        }

        .m-report .right-r .m-register {
            width: 0.88rem;
            height: 0.28rem;
            border: solid 1px #ff8100;
            background-color: transparent;
            font-size: 0.14rem;
            display: inline-block;
            text-align: center;
        }

.ui-state-default{color:#000;font-weight: normal;}
    .mddgj_mt{height:28px; line-height:28px; background:#fce7d9; width:602px;}
    .mddgj_mt ul{padding-left:15px;}
    .mddgj_mt ul li{width:21px; float:left; text-align:center;}
    .mddgj_mt ul li a{font-weight:bold; color:#ff6600; font-size:13px;}
    .mddgj_mm{padding:0 10px; height:300px; overflow:auto;}
    .mddgj_mm h2{background:url(../images/guojia_mjt.gif) scroll 10px 10px no-repeat; padding-left:30px; height:30px; line-height:30px; color:#393939; font-size:14px; border-bottom:1px dashed #e3e3e3;}
    .mddgj_mm h3{background:url(../images/guojia_mjth.gif) scroll 10px 10px no-repeat; padding-left:30px; height:30px; line-height:30px; color:#ff6602; font-size:14px; border-bottom:1px dashed #e3e3e3;}
    .mddgj_mm ul{padding:5px 0 0 10px; margin-bottom:0px;}
    .mddgj_mm ul li{background:url(../images/guojia_mdian.gif) scroll 5px 12px no-repeat; padding-left:18px; height:auto; line-height:26px; width:120px; float:left;}
    .mddgj_f{background:url(../images/guojia_f.gif) no-repeat; height:7px;}

.footer{background:#f0f0f0; border-bottom:10px solid #000; padding-bottom:30px;position: relative;}
.footer_conter{ width:1200px; margin:0 auto;}
.footer_bottom{padding:30px 0;}
.footer_bottom a{color:#c8c8c8;}
.footer_bottom li{float:left; padding-right:15px;}
.new_fm{width:1200px; margin:0 auto;}
.footer_sign{width:450px;  line-height:100px; font-size:24px; color:#fff;}
.footer_sign a{border: 1px solid #fff; display:block; width:200px; float: right; height:35px; line-height:35px;margin-top:20px;padding:10px; font-size:20px; color:#fff;}
.footer_logo{float:left; width:230px; padding-top:10px;}
.footer_logo img{width:60%;padding-top:5px;}
.footer_list{float:left;}
.footer_list li a{float:left; display:block; color:#616161;width: 130px;text-align: center;}
.footer_list li{width:240px; float:left; line-height:35px; color:#616161}
.footer_list h3{border-bottom:1px solid #616161; line-height:50px; width:130px;color:#000;text-align: center;}
.footer_conter p{color:#616161}
.footer_list li img{padding-top:30px;width:100px;}
.footer_top{padding-top:40px; border-bottom:1px solid #ccc; padding-bottom:30px;}
.copyright{text-align: center;  color: #151515;font-size: 14px;}
.new-footer-Links{padding-top:40px;font-size:14px;}
.new-footer-Links a{color:#666; text-decoration:underline; font-size:14px;}
.copyright a{
  color: #151515;
}
.copyright{
  color: #151515;
  margin-bottom: 5px;
  margin-top: 40px;
}
.brand-box{
height: 100%;
height: 125px;
    background-color: #165c99;
}
.brand-box .centerbox{
  height: 100%;
}
.brand-box ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
    padding: 22px 0;
}
.brand-box li{
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.brand-box li.logo-item{
  border-left: 1px solid #fff;
}
.brand-box li img{
  display: inline-block;
  width: 33px;
  height: 30px;
  margin: 0 auto 22px;
}
.brand-box li span{
  display: block;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ffffff;
  text-align: center;
}
.brand-box .logo-item img{
  width: 108px;
    height: 50px;
  margin-bottom: 0;
}

.m-footer{
  display: none;
}
@media screen and (max-width:1199px){
  .brand-box,.footer_conter{
    display:none;
  }
  .m-footer{
    font-size: .25rem;
    color: #8c8c8c;
  text-align: center;
  display: block;
  }
  .m-footer a{
    font-size: .2rem;
}
.m-footer p{
    font-size: .2rem;
}
.m-footer span{
    font-size: .2rem;
}
  .footer{
    padding:  0 0 30px;
    background-color: #fff;
    border: none;
  }
}

    .message {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 200px;
        height: 0px;
        padding: 0px 15px 50px;
        background: #ffffff;
        border: 1px solid #8bc4e1;
        border-radius: 15px;
        box-shadow: 5px 3px 1px #8bc4e1;
        overflow: hidden;
        z-index: 9999999;
    }
    .message img {
        width: 20px;
        height: 20px;
        float: left;
    }
    img.up, img.down {
        margin: 10px 8px;
        cursor: pointer;
    }
    img.up.open {
        display: none;
    }
    #province{
        font-size:14px;
    }
    #market{
        font-size:14px;
    }
    .website_inquiry_footer {
        height: 40px;
        width: calc(100% - 20px);
        margin-top: 10px;
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 5px 10px;
        background: #ffffff;
        cursor: pointer;
    }
    .website_inquiry_footer img.phone {
        width: 30px;
        height: 30px;
        margin: 5px 12px;
        float: left;
    }
    .website_inquiry_footer span.title {
        line-height: 40px;
        width: 110px;
        text-align: center;
        font-size: 16px;
        color: #4daad9;
        float: left;
        font-weight:bold;
        letter-spacing:5px;
    }
    .website_inquiry_footer:hover img.phone {
        width: 34px;
        height: 34px;
        margin: 3px 10px;
    }
    .website_inquiry_footer:hover span.title {
        color: #64b6df;
        text-shadow: 1px 1px 30px #64b6df;
    }
    .perItem {
        width: 180px;
        #height: 53px;
        margin: 0 10px;
        margin-bottom: 8px;
        border-bottom: 1px solid #cccccc;
        position: relative;
    }
    .perItem:hover {
        border-color: #8bc4e1;
    }
    .perItem label {
        font-size: 14px;
        color: #4daad9;
    }
    .perItem input, .perItem select, .perItem textarea{
        border: 0 none;
        outline: none;
        background: #ffffff;
        height: 28px;
        line-height: 28px;
        text-indent: 4px;
        color: #817979;
        cursor: pointer;
        font-size:14px;
    }
    .perItem select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin-top: 3px;
    }
    .perItem select::-ms-expand { display: none; }
    .perItem select.disabled {
        color: #cccccc;
    }
    .perItem.error {
        border-bottom-color: #e66767;
    }
    .perItem textarea {
        height: 85px;
    }
    .perItem img.status {
        position: absolute;
        right: -16px;
        bottom: 1px;
        width: 16px;
        height: 16px;
        display: none;
    }
    .perItem.ok .ok, .perItem.error .error {
        display: block;
    }
    .perItem.error .ok, .perItem.ok .error {
        display: none;
    }
    .message .submit, .connection .submit {
        width: 140px;
        height: 30px;
        line-height: 30px;
        background: #8bc4e1;
        color: #ffffff;
        border: 0 none;
        outline: none;
        cursor: pointer;
        margin: 0 30px;
        border-radius: 15px;
    }
    .message .submit:hover, .connection .submit:hover{
        background: #73b4d6;
    }
    /* 二维码 */
    .connection {
        /*position: fixed;*/
        /*bottom: 100px;*/
        /*right: 80px;*/
        /*width: 200px;*/
        /*height: 0px;*/
        padding: 20px 15px;
        border: 1px solid #8bc4e1;
        border-radius: 15px;
        box-shadow: 5px 3px 1px #8bc4e1;
        /*display: none;*/
        background: #ffffff;
        z-index: 9999999;
    }
    #province{background:url(../images/pick.png) no-repeat scroll 60px 10px;}
    #market{background:url(../images/pick.png) no-repeat scroll 60px 10px;}

.news-list li{width: 48%;float: left;margin-right: 4%;height: 120px;background: #fff;box-shadow: 0px 0px 5px 0px;margin-bottom: 50px;
box-sizing: border-box;padding:20px;}
.news-list li h3{font-size: 18px;line-height: 18px;margin-bottom: 15px;}
.news-list li p{font-size: 16px;line-height: 32px;}
.news-list li:nth-child(2n){margin-right: 0px;}

@media screen and (max-width:750px){
    .news-list{width: 100%;box-sizing: border-box;padding:0px 2%;}
    .news-list li{width: 100%;margin-right: 0px;margin-bottom: 30px;height: 100px;}
    .news-list li h3{font-size:16px;margin-bottom: 10px;}
    .news-list li p{font-size: 12px;line-height: 24px;}
    .content-slider-box img{width: 100%;}
    .shipping-solving .content-carousel{padding:0px !important;}
    .shipping-solving .content-carousel ul li{flex:none;width: 18%;}
    .company-wrapper{padding-bottom: 0px;}
    .m-full-header-code{padding: 0.15rem 0.26rem;}
    .m-full-header-code .m-logo{width: 2.4rem;height: auto;}
    .m-full-header-code .m-logo img{margin-top: -3px;}
}


.cotnenta{width: 100%;margin:5% auto;}
.cotnenta p{font-size: 16px;line-height: 30px;}