* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "微软雅黑"; */
    font-family: PingFang SC, Microsoft Yaheis;
}

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

body {
    text-align: center;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #298dff;
}

.header {
    width: 100%;
    height: 64px;
}

.main-banner .title {
    padding-top: 162px;
}

.main-banner .title h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 24px;
}

.main-banner .title p {
    font-size: 18px;
    line-height: 18px;
}


@keyframes circle_1 {
    0% {
        top: -30.74%;
        left: -13.125%;
    }

    50% {
        top: -15%;
        left: 14.16%;
    }

    100% {
        top: -30.74%;
        left: -13.125%;
    }
}

@keyframes circle_2 {
    0% {
        top: -8.148%;
        right: -0.52%;
    }

    50% {
        top: 1.296%;
        right: 11.72%;
    }

    100% {
        top: -8.148%;
        right: -0.52%;
    }
}

@keyframes circle_3 {
    0% {
        bottom: -21.66%;
        left: -17.1875%;
    }

    50% {
        bottom: -17.77%;
        left: -8.854%;
    }

    100% {
        bottom: -21.66%;
        left: -17.1875%;
    }
}

@keyframes circle_4 {
    0% {
        bottom: -31.48%;
        right: -7.6%;
    }

    50% {
        bottom: -29.63%;
        right: -2.6%;
    }

    100% {
        bottom: -31.48%;
        right: -7.6%;
    }
}

.header .main-banner {
    width: 100%;
    position: fixed;
    height: 100%;
}

.header .nav-outer {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0;
    background: transparent;
    z-index: 999;
    box-sizing: border-box;
    left: 0;
    right: 0;
}

.header .slide-nav-outer {
    background: #487bfe;
}

.header .nav-box {
    width: 1170px;
    margin: 0 auto;
    height: 64px;
}

.header .nav-box .logo {
    float: left;
    width: 154px;
    height: 36px;
    background: url("https://qiniu.amingtool.com/gw/img/logo.png") no-repeat center;
    margin-top: 11px;
}

.header .nav-box .nav {
    float: right;
    position: relative;
    height: 64px;
}

.header .nav-box .nav ul {
    width: 100%;
    height: 100%;
    text-align: center;
}

.header .nav-box .nav ul li {
    float: left;
    list-style: none;
    text-align: center;
    display: inline-block;
    height: 100%;
    line-height: 64px;
    /* margin-right: 44px; */
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    /*padding: 0 8px;*/
}

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

.header .nav-box .nav ul li::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: 0;
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}


.header .nav-box .nav ul li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    height: 64px;
    display: inline-block;
    padding: 0 8px;
}

.header .nav-box .nav ul li:hover::before,
.header .nav-box .nav ul li.active::before {
    width: 100%;
}

.header .nav-box .nav ul li .pull-down {
    width: 10px;
    height: 6px;
    background: url("https://qiniu.amingtool.com/gw/img/pull-down.png") no-repeat center;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}

.header .nav-box .nav ul li:last-child .pull-down {
    margin-left: 0;
}

.header .nav-box .nav ul li:nth-child(2) dl {
    /* width: 242px;
    margin-left: -93px;
    margin-top: -2px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(12, 39, 70, 0.14);
    border-radius: 2px;
    position: relative; */
    display: none;
    width: 750px;
    height: 240px;
    box-shadow: 0px 0px 15px 0px rgba(12, 39, 70, 0.14);
    border-radius: 2px;
    position: relative;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    margin-top: -2px;
    margin-left: -346px;
}

.header .nav-box .nav ul li:nth-child(2) dl::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url('https://qiniu.amingtool.com/gw/images/arrow-nav.png') no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%, 0);
}

.header .nav-box .nav ul li:nth-child(2) {
    width: 64px;
}

.header .nav-box .nav ul li:nth-child(2):hover dl {
    display: block;
}

.header .nav-box .nav ul li dl dd {
    /* text-align: center;
    font-size: 12px;
    position: relative;
    width: 100%;
    height: 66px;
    line-height: 66px;
    padding: 0;
    margin: 0 auto; */
    display: inline-block;
    width: 238px;
    height: 72px;
    line-height: 72px;
    margin-right: 6px;
    float: left;
}

.header .nav-box .nav ul li dl dd:nth-child(3n) {
    margin-right: 0;
}

.header .nav-box .nav ul li dl dd a {
    color: #999999;
    font-size: 14px;
    width: 100%;
    padding: 0;
    height: 72px;
    line-height: 72px;
}

.header .nav-box .nav ul li dl dd a .nav-name {
    text-align: left;
    display: inline-block;
    /* margin-top: 25px; */
    margin-top: 20px;
    /* width: 161px; */
    width: 158px;
    float: right;
}

.header .nav-box .nav ul li dl dd a .nav-name .pro-name {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.header .nav-box .nav ul li dl dd a .nav-name .pro-use {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    margin-top: 6px;
}

.header .nav-box .nav ul li dl dd a:hover {
    background: #f0f7ff;
}

.header .nav-box .nav ul li dl dd a .pro-icon {
    float: left;
    margin-top: 23px;
    margin-left: 40px;
}

.header .nav-box .nav ul li dl dd a .jd-sz {
    width: 23px;
    height: 23px;
    background: url('https://qiniu.amingtool.com/gw/images/jd-sz.png?t=20200417') no-repeat center;
}

.header .nav-box .nav ul li dl dd a .jd-sz~span:nth-child(2) {
    background-image: -webkit-linear-gradient(bottom, #653ed2, #ba3ad8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jd-sz~.nav-name .pro-name {
    background-image: -webkit-linear-gradient(bottom, #653ed2, #ba3ad8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*京东快车*/
.header .nav-box .nav ul li dl dd a .jd-kc {
    width: 28px;
    height: 20px;
    background: url('https://qiniu.amingtool.com/gw/images/jdkc/jd-kc.png') no-repeat center;
    margin-left: 37px;
}

.jd-kc~.nav-name .pro-name {
    background-image: -webkit-linear-gradient(bottom, #653ed2, #ba3ad8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .nav-box .nav ul li dl dd a .business-tool {
    width: 21px;
    height: 21px;
    background: url("https://qiniu.amingtool.com/gw/img/business-img-show.png") no-repeat center;
    vertical-align: -5px;
    margin-right: 10px;
}

.header .nav-box .nav ul li dl dd a .subway-tool {
    width: 29px;
    height: 21px;
    background: url("https://qiniu.amingtool.com/gw/img/train-img-show.png") no-repeat center;
    vertical-align: -5px;
    margin-right: 10px;
}

.header .nav-box .nav ul li dl dd a .detail-tool {
    width: 17px;
    height: 21px;
    background: url("https://qiniu.amingtool.com/gw/img/detail-img-show.png") no-repeat center;
    vertical-align: -5px;
    margin-right: 10px;
}

.header .nav-box .nav ul li dl dd a .super-rec-tool {
    width: 28px;
    height: 21px;
    background: url('https://qiniu.amingtool.com/gw/img/super-rec-icon.png') no-repeat center;
    vertical-align: -5px;
    margin-right: 10px;
}

.header .nav-box .nav ul li dl dd a .sku-control {
    width: 24px;
    height: 22px;
    background: url("https://qiniu.amingtool.com/gw/images/sku-control-tool.png") no-repeat center;
    vertical-align: -5px;
    margin-right: 10px;
}

.header .nav-box .nav ul li dl dd a .pdd-xqy {
    width: 25px;
    height: 22px;
    background: url("https://qiniu.amingtool.com/gw/images/pdd-xqy-tool.png") no-repeat center;
    vertical-align: -5px;
    margin-right: 10px;
}

.header .nav-box .nav ul li dl dd a .jd-xqy {
    width: 22px;
    height: 22px;
    background: url('https://qiniu.amingtool.com/gw/images/jd-xqy.png?t=20200417') no-repeat center;
}

.header .nav-box .nav ul li:nth-child(2) dl dd:nth-child(1) {
    /* position: relative;
    top: 13px; */
}

.header .nav-box .nav ul li:nth-child(2) dl dd:nth-child(2) {
    /* margin-top: 13px; */
}

.header .nav-outer .nav-box .nav ul li:last-child {
    width: 95px;
}

.header .nav-outer .nav-box .nav ul li:last-child dl {
    display: none;
    width: 166px;
    height: 174px;
    box-shadow: 0px 0px 15px 0px rgba(12, 39, 70, 0.14);
    border-radius: 2px;
    position: relative;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    margin-top: -2px;
    margin-left: -37px;
}

.header .nav-outer .nav-box .nav ul li:last-child dl::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url('https://qiniu.amingtool.com/gw/images/arrow-nav.png') no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%, 0);
}


.header .nav-box .nav ul li dl dd .nav-icon4 {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/nav-icon4.png") no-repeat center;
    /* position: relative;
    left: 35px;
    top: 22px; */
    float: left;
    margin-top: 17px;
    margin-left: 23px;
}

.header .nav-box .nav ul li dl dd .nav-icon5 {
    width: 13px;
    height: 15px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/nav-icon5.png") no-repeat center;
    /* position: relative;
    left: 37px;
    top: 22px; */
    float: left;
    margin-top: 19px;
    margin-left: 23px;
}

.header .nav-box .nav ul li dl dd .nav-icon6 {
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/nav-icon6.png") no-repeat center;
    /* position: relative;
    left: 36px;
    top: 22px; */
    float: left;
    margin-top: 20px;
    margin-left: 23px;
}

.header .nav-outer .nav-box .nav ul li:last-child dl dd {
    width: 142px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
}

.header .nav-outer .nav-box .nav ul li:last-child dl dd a {
    color: #999999;
    font-size: 14px;
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.header .nav-box .nav ul li:last-child dl dd a .nav-name {
    /* margin-top: 24px;
    width: 99px; */
    width: 88px;
    float: right;
    text-align: left;
}

/* .header .nav-box .nav ul li:last-child dl dd:nth-child(1) {
    position: relative;
    top: 30px;
}

.header .nav-outer .nav-box .nav ul li:last-child dl dd:nth-child(1) {
    margin-top: 20px;
}

.header .nav-outer .nav-box .nav ul li:last-child dl dd:nth-child(2) {
    margin-top: 30px;
} */

.header .nav-outer .nav-box .nav ul li:last-child:hover dl {
    display: block;
}

.about {
    width: 100%;
    height: 139px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/img/about-bg.png") no-repeat center;
}

.about .understand {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
    margin-top: 66px;
}

.about .btn {
    padding: 14px 42px;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 26px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    margin-left: 45px;
}

.about .btn:hover {
    background: #ffffff;
    color: #298dff;
}

.foot {
    background: #242930;
    width: 100%;
    font-size: 14px;
    color: #9a9ba3;
}

.foot a,
.foot a:link,
.foot a:visited,
.foot a:hover,
.foot a:active {
    color: #9a9ba3;
}

.foot .tab-box {
    width: 1170px;
    /* margin: 0 auto 60px; */
    margin: 0 auto 27px;
    padding-top: 72px;
    text-align: left;
    overflow: hidden;
}

.foot .tab-box .tab-header {
    color: #ffffff;
    width: 440px;
}

.foot .tab-box .tab-header span {
    display: inline-block;
}

.foot .tab-box .tab-body span {
    display: inline-block;
    line-height: 32px;
}

.foot .tab-box .for-us {
    width: 112px;
}

.foot .tab-box .product-services {
    width: 121px;
}

.foot .tab-box .friendly-links {
    width: 197px;
}

.foot .tab-body {
    margin-top: 18px;
    overflow: hidden;
    float: left;
}

.foot .tab-body .particulars {
    float: left;
}

.foot .foot-code {
    display: inline-block;
    float: left;
    margin-top: -19px;
    color: #ffffff;
}

.foot .foot-code .code-header {
    margin-bottom: 26px;
}

.foot .foot-code .r-space {
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-right: 40px;
}

.foot .foot-code .weChat-personal {
    width: 84px;
}

.foot .foot-code .r-space:last-child {
    float: right;
    margin-right: 0;
}

.foot .foot-code .rr-space:last-child {
    margin-right: 0;
    float: right;
}

.foot .foot-code .rr-space {
    margin-right: 40px;
}

.foot .foot-code .scan {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.foot .foot-code .scan1 {
    background: url("https://qiniu.amingtool.com/gw/images/trans-wechat-scan.png") no-repeat center;
    background-size: contain;
}

.foot .foot-code .scan2 {
    background: url("https://qiniu.amingtool.com/gw/images/foot-code2.png") no-repeat center;
}

.foot .foot-code .scan3 {
    background: url("https://qiniu.amingtool.com/gw/images/trans-wechat-scan.png") no-repeat center;
    background-size: contain;
}

/*认证商标*/
.foot .trademark {
    width: 76px;
    display: inline-block;
    margin-top: 24px;
}

.foot .trademark img {
    width: 100%;
}


.foot .consult-box {
    float: right;
    margin-top: -40px;
    color: #ffffff;
    margin-right: 20px;
}

.foot .consult-box .consult-img {
    position: relative;
}

.foot .consult-box .consult-img .consult {
    width: 66px;
    height: 71px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/img/consult.png") no-repeat center;
    position: relative;
    margin-left: -10px;
}

.foot .consult-box .consult-img .text {
    position: absolute;
    bottom: 14px;
}

.foot .consult-box .phone {
    font-size: 26px;
    font-weight: bold;
}

.foot .consult-box .news {
    color: #9a9ba3;
    line-height: 30px;
}

.foot .consult-box .time {
    margin-top: 6px;
}

.foot .foot-line {
    height: 1px;
    border: none;
    background: #3e4349;
    width: 1170px;
    margin: 0 auto;
}

.foot .copyright {
    margin-top: 7px;
}

.type-contact {
    position: fixed;
    /* right: 5.5%;
    top: 57%; */
    right: 5%;
    /* bottom: 20%; */
    top: 60%;
    z-index: 99;
}

.type-contact .contact-box {
    width: 48px;
    height: 48px;
    background: #ffffff;
    box-shadow: 0 0 8px 0 rgba(2, 60, 126, 0.16);
    margin-bottom: 10px;
    border-radius: 2px;
}

.type-contact .contact-box:hover {
    background: #f7faff;
    cursor: pointer;
}

.type-contact .contact-box:last-child:hover {
    background: #298dff;
}

.type-contact .contact-box:hover .top {
    background: url("https://qiniu.amingtool.com/gw/img/top-new.png") no-repeat center;
}

.type-contact .toggle-top {
    display: none;
}
.type-contact .shop-box{
    position: relative;
}
.type-contact .shop-box .shop-enter{
    width: 99px;
    height: 63px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/shop-enter-icon.png?t=2020") no-repeat center;
    position: absolute;
    top: -73px;
    left: -18px;
}

.type-contact .contact-box .customer {
    width: 22px;
    height: 24px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/customer-service.png") no-repeat center;
    margin: 12px 12px;

}

.type-contact .contact-box .weChat {
    width: 25px;
    height: 22px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/weChat.png") no-repeat center;
    margin: 14px 12px;
}

.type-contact .contact-box .code {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/images/code.png") no-repeat center;
    margin: 12px 12px;
}

.type-contact .contact-box .top {
    width: 19px;
    height: 12px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/img/top.png") no-repeat center;
    margin: 17px 14px;
}

/*悬浮隐藏*/
.type-contact .code-hide {
    width: 149px;
    height: 180px;
    display: none;
    background: url("https://qiniu.amingtool.com/gw/img/hide-type-contact.png") no-repeat center;
    position: relative;
    right: 180px;
    top: -10px;
}

.type-contact .code-hide .type-contact-code-icon {
    width: 128px;
    height: 128px;
    display: inline-block;
    background: url("https://qiniu.amingtool.com/gw/img/type-contact-code-icon.jpg") no-repeat center;
    position: relative;
    top: 6px;
    left: -2px;
}

.type-contact .code-hide .code-contact {
    font-size: 14px;
    color: #999999;
    display: inline-block;
}




/**#############page###############**/
.pagination {
    padding-top: 10px;
}

.pagination a {
    color: #333333 !important;
    margin: 0 3px;
    display: inline-block;
    padding: 6px 12px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

.pagination a,
.pagination span {
    display: inline-block;
    color: #333333;
    padding: 6px 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pagination .current {
    display: inline-block;
    background-color: #298dff;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #298dff;
    font-style: normal;
}

.pagination .current.prev,
.pagination .current.next {
    color: #999;
    border: 1px solid #e2e2e2;
    background: #fff;
    cursor: no-drop;
}

/*悬浮宣传图*/
.dr-advertising {
    width: 232px;
    height: 296px;
    display: inline-block;
    /* overflow: hidden; */
    position: fixed;
    right: 1%;
    top: 10%;
    z-index: 2;
}
.close-dr-btn .dr-close {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: -89px -185px;
    background-image: url('https://qiniu.amingtool.com/gw/images/increase-download-icon.png');
    background-repeat: no-repeat;
    position: absolute;
    /* top: 0;
    right: 15px; */
    top: -16px;
    right: 4px;
}

.dr-img {
    display: inline-block;
    /* width: 214px;
    height: 138px; */
    width: 232px;
    height: 296px;
}
.dr-img img{
    width: 232px;
    height: 296px;
}
/*兼容小屏幕*/
@media only screen and (max-width: 1366px){
    .dr-advertising{
        top: 14%;
    }
}