html,
body,
ul,
li,
p,
#theme-page h1,
#theme-page h2,
#theme-page h3,
#theme-page h4,
#theme-page h5,
#theme-page ul,
#theme-page li,
#theme-page p {
    padding: 0;
    margin: 0;
}

#theme-page .wpb_content_element {
    margin-bottom: 0;
}

#header_prom {
    display: none;
}

a {
    text-decoration: none;
}

a.btn_c {
    display: block;
    width: 122px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
}

a.btn_w {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}

a.btn_b {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #333;
    font-size: 14px;
    color: #333;
}

a.btn_c,
a.btn_w,
a.btn_b,
.expbtn_one,
a.whitearrow,
a.bluearrow,
a.blackarrow {
    text-indent: 11px;
}

a.btn_c:after,
a.btn_w:after,
a.btn_b:after,
.expbtn_one:after,
a.whitearrow:after,
a.bluearrow:after,
a.blackarrow:after {
    display: inline-block;
    content: '';
    padding: 3px;
    transform: rotate(-45deg) translateY(-2px);
    -webkit-transform: rotate(-45deg) translateY(-2px);
    transition: 0.5s;
    opacity: 0;
}

a.btn_c:after,
a.btn_w:after,
a.whitearrow:after {
    border: #fff solid;
    border-width: 0 1px 1px 0;
}

.expbtn_one:after,
a.bluearrow:after {
    border: #2386ee solid;
    border-width: 0 1px 1px 0;
}

a.blackarrow:after,
a.btn_b:after {
    border: #333 solid;
    border-width: 0 1px 1px 0;
}

a.btn_c:hover:after,
a.btn_w:hover:after,
a.btn_b:hover:after,
.expbtn_one:hover:after,
a.whitearrow:hover:after,
a.bluearrow:hover:after,
a.blackarrow:hover:after {
    margin-left: 10px;
    transition: 0.5s;
    opacity: 1;
}

/* 导航样式 */
#nav_wapper {
    background: rgb(27, 38, 83, 0);
    position: fixed;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

#nav_wapper:hover {
    background: rgb(27, 38, 83, 0.95) !important;
}

@media (max-width: 767px) {
    #nav_wapper {
        display: none;
    }
}

/* banner */
.dd-banner {
    height: 580px;
    overflow: hidden;
}

.dd-banner .dd-swiper-slide {
    /* background: url('https://cdn.jdy.com/jdy/new/images/dd/dd-banner.png') center no-repeat; */
    background: linear-gradient(180deg, #dcecff 0%, #f9fbff 100%);
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    background-size: cover;
    min-width: 1210px;
}

.dd-banner .slide-box {
    display: flex;
    width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width: 1500px) {
    .dd-banner .slide-box {
        width: 1200px;
    }
}
@media screen and (max-width: 1366px) {
    .dd-banner .slide-box {
        width: 1100px;
    }
}
.dd-banner .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    background: #1881f0;
    border-radius: 5px;
}

.slide-box-left {
    width:70%;
    display: flex;
    flex-direction: column;
    margin-top: 169px;
}

.slide-box-img {
    width: 216px;
    height: 37px;
}

.slide-box-product {
    font-size: 44px;
    color: #212121;
    font-weight: bold;
    margin-top: 28px;
}

.slide-box-product-desc {
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
}

.slide-box-tag {
    display: inline-block;
    width: 137px;
    height: 46px;
}

.slide-box-btns {
    display: flex;
    margin-top: 60px;
}

.slide-box-btns .a-blue {
    background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
    border-radius: 4px;
    display: inline-block;
    width: 136px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 34px;
}

.slide-box-right {
    margin-top: 169px;
}

.slide-box-right-img {
    width: 98%;
    /*height: 373px;*/
    margin-left:1.2rem;
}

/* abstract */
#abstract {
    padding: 72px 0 60px;
    width: 1440px;
    margin: 0 auto;
}

#abstract ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#abstract ul li {
    text-align: center;
    float: left;
    /* margin-left: 210px; */
}

#abstract ul li:first-child {
    /* margin-left: 120px; */
}

#abstract ul li p {
    font-size: 16px;
    color: #212121;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 24px;
}

#abstract ul li:nth-child(1) p {
    width: 160px;
}

#abstract ul li:nth-child(2) p {
    width: 224px;
}

#abstract ul li:nth-child(3) p {
    width: 128px;
}

#abstract ul li:nth-child(4) p {
    width: 144px;
}

/* 产品 */
#product {
    width: 100%;
}
#product ul {
    width: 100%;
}
.product-title {
    width: 100%;
    text-align: center;
    height: 56px;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    position: relative;
    top: 40px;
}
#product ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 98px 0 98px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

#product ul li .product-content {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#product ul li .product-text {
    float: left;
    width: 50%;
    position: relative;
}

.product-text-sub {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 18px;
}

#product ul li .product-img {
    float: left;
    width: 46%;
    position: relative;
}

#product ul li .product-img .product-img-main {
    width: 100%;
}

#product ul li .product-img .product-img-sub {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 21px;
}

#product ul li .product-text h3 {
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    line-height: 32px;
}

.product-list-tag {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 72px;
    line-height: 24px;
    margin-top: 30px;
    font-size: 16px;
    color: #333;
}

#product ul li:nth-child(even) {
    background: #f2f7fc;
}

#product ul li:nth-child(even) .product-text {
    float: right;
}

#product ul li:nth-child(even) .product-img {
    float: left;
}

@media (max-width: 767px) {
    #banner .btn-box a:nth-child(3) {
        background: none;
    }
}

#banner .btn-box a:nth-child(2) {
    background: none;
}

#banner .banner-content .btn-box img {
    display: inline-block;
}

.product-list-tag-item img {
    width: 16px;
    margin-right: 7px;
    vertical-align: middle;
}

.product-text-btns {
    display: flex;
    margin-top: 44px;
}

.product-text-btns .a-blue {
    background: linear-gradient(90deg, #1882f0 0%, #00aeee 100%);
    border-radius: 4px;
    display: inline-block;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/* 动画 */
.swiper_in {
    -moz-animation: swiper-in 1s;
    -webkit-animation: swiper-in 1s;
    animation: swiper-in 1s;
    animation-fill-mode: forwards;
}

.swiper_in img {
    width: 80px;
    height: 80px;
}

@-webkit-keyframes swiper-in {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.dd-footer {
    width: 100%;
    height: 250px;
    background: url('https://cdn.jdy.com/jdy/new/images/dd/ddfooter.png') center no-repeat;
    background-size: cover;
}

.dd-footer-body {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1440px;
    align-items: center;
    height: 100%;
}

.dd-footer-body a {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 42px;
}

.dd-footer-body > div:nth-child(2) {
    background: url('https://cdn.jdy.com/jdy/new/images/dd/ykj/dd-qrcode.png') center no-repeat;
    width: 122px;
    height: 146px;
    background-size: cover;
}

.btn-box-dd > div:nth-child(2) p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #212121 !important;
    line-height: 20px !important;
}

.btn-box-dd > div:nth-child(2) {
    width: 120px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #3296fa;
    margin-left: 60px;
}

.btn-box-dd > div:nth-child(2) a {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
}

.dd-product {
    width: 100%;
    height: 838px;
    background: #365df1;
}

.dd-product-body {
    width: 1440px;
    margin: auto;
    padding-top: 46px;
}

.dd-question-content {
    box-shadow: 0px 4px 16px 0px rgb(30 35 48 / 10%);
    border: solid 1px #f5f8fa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.dd-product-body p {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
}

.dd-product-img {
    background: url('https://cdn.jdy.com/jdy/new/images/dd/ykj/dd7.png') center no-repeat;
    width: 1218px;
    height: 623px;
    margin-top: 57px;
    background-size: cover;
}

.dd-question-content-item {
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.dd-question-content > .dd-question-content-item:last-child {
    border-bottom: 0px solid #e5e5e5 !important;
}

.dd-question-content-txt p {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    line-height: 25px;
    height: 40px;
}

.dd-question-content-icon-s {
    width: 16px;
    height: 16px;
    background: url('https://cdn.jdy.com/jdy/new/images/yjxc/downla.png') center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.dd-question-content-icon-h {
    width: 16px;
    height: 16px;
    background: url('https://cdn.jdy.com/jdy/new/images/yjxc/upla.png') center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.dd-question-content-item-box {
    margin-top: 20px;
}

.dd-question-content-item-box,
.dd-question-content-item-box-detail {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.dd-icon {
    background: url('https://cdn.jdy.com/jdy/new/images/dd/ykj/dd.png') center no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.dd-question {
    width: 100%;
    min-height: 440px;
    background: #fff;
}

.dd-question-content-item-box-detail {
    display: none;
    height: 100% !important;
    margin-top: -10px;
}

.dd-question-content-item-box-detail p {
    height: 40px;
}

.dd-question-body {
    width: 1440px;
    margin: auto;
    padding-top: 50px !important;
    padding-bottom: 10px;
}

.dd-question-body > p {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #212121;
    line-height: 42px;
    text-align: center;

    margin-bottom: 50px !important;
}

.dd-buy-product {
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin: auto;
}

.probottom {
    width: 1440px;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
}

.prob_left {
    height: 61px;
    line-height: 61px;
    background-image: url(https://cdn.jdy.com/jdy/new/images/pro/productfix/xc.png);
    background-repeat: no-repeat;
    background-repeat: left center;
    background-size: 61px;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    text-indent: 76px;
}

.prob_left span {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin-left: 10px;
}

.dd-buy-product .product-bg {
    background-color: #ffff;
    border-radius: 8px;
    box-shadow: 0px 0px 40px 0px rgba(82, 82, 82, 0.2);
    padding-left: 46px;
}

.pro-fixed {
    position: fixed;
    bottom: 0;
}

.dd-buy-product .prob_left img {
    width: 66px;
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
}

.dd-buy-product .prob_left-title {
    font-weight: 600;
    font-size: 21px;
    color: #333333;
    line-height: 29px;
    text-align: right;
    font-style: normal;
}

.dd-buy-product .prob_left-title {
    font-weight: 600;
    font-size: 21px;
    color: #333333;
    line-height: 29px;
    text-align: right;
    font-style: normal;
}

.dd-buy-product .prob_right {
    padding-right: 35px;
}

.qywx-icon {
    width: 150px;
    height: 30px;
    display: inline-block !important;
    position: absolute;
    top: 150px;
    left: 220px;
}

.wx-register {
    background-color: #fff;
}

.wx-register,
.wx-install {
    position: static !important;
    border-radius: 6px;
}

.prob_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prob_right > div:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.prob_right span {
    font-size: 24px;
    color: #ee7200;
}

.prob_right em {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    font-style: normal;
    margin: 0 31px 0 13px;
}

.prob_right > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prob_right a {
    margin-left: 12px;
    margin-right: 1px;
}

.fix_pro .prob_left {
    margin-left: 51px;
}

.fix_pro .prob_right {
    margin-right: 51px;
}
/* 常见问题 */

.xw-question {
    width: 100%;
    min-height: 320px;
    background-color: #fff;
    padding: 20px 0 80px;
}

.xw-question-title {
    width: 100%;
    padding-top: 50px;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 66px;
    text-align: center;
}

.xw-question-content {
    width: 1440px;
    margin: 0 auto;
}
@media screen and (max-width: 1500px) {
    #abstract,
    #product ul li .product-content,
    .dd-footer-body,
    .dd-product-body,
    .dd-question-body,
    .probottom,
    .xw-question-content {
        width: 1180px;
    }
    #product ul li {
        min-width: 1180px;
    }
}
@media screen and (max-width: 1210px) {
    #abstract,
    #product ul li .product-content,
    .dd-footer-body,
    .dd-product-body,
    .dd-question-body,
    .probottom,
    .xw-question-content {
        width: 1100px;
    }
    #product ul li {
        min-width: 1100px;
    }
}
.xw-question-item {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

.xw-question-item-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #252b3a;
}

.xw-question-item-text {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #575d6c;
    padding-left: 50px;
    padding-top: 25px;
}

.xw-question-item-left {
    flex: 0 0 auto;
    width: 20px;
    height: 2px;
    position: relative;
}

.xw-question-item-left::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #797979;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.xw-question-item-left::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #797979;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.on .xw-question-item-left::before {
    transform: rotate(180deg);
}

.on .xw-question-item-left::after {
    transform: rotate(180deg);
}

.xw-question-item-right {
    padding-left: 30px;
}

@media screen and (max-width: 999px) {
    .xw-question {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 18px 35px;
        min-height: 0;
    }

    .xw-question-title {
        font-size: 22px;
        color: #252b3a;
        line-height: 30px;
        padding-top: 0;
    }

    .xw-question-item {
        padding: 15px 0;
    }

    .xw-question-item-title {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .xw-question-content {
        width: 100%;
    }

    .xw-question-item-left {
        flex: 0 0 auto;
        width: 16px;
        height: 2px;
    }

    .xw-question-item-right {
        padding-left: 27px;
        font-size: 16px;
    }

    .xw-question-item-text {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }
}
@-moz-keyframes swiper-in {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-ms-keyframes swiper-in {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes swiper-in {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* 移动端 */
@media (max-width: 767px) {
    html {
        width: 100%;
        min-width: 100%;
    }

    #banner {
        background: url(//cdn.jdy.com/jdy/pages/qywx/images/mobile/banner.png) no-repeat;
        height: unset;
        background-size: cover;
    }

    #banner .banner-content {
        width: 100%;
        padding-top: 24px;
        padding-left: 24px;
    }

    #banner .banner-content img {
        display: inline-block;
        position: absolute;
        top: 4px;
        right: 8px;
    }

    #banner .banner-content h1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    #banner .banner-content p {
        font-size: 12px;
        line-height: 16px;
    }

    .banner-text-pc {
        display: none;
    }

    .banner-text-mobile {
        display: block;
    }

    #banner .banner-content .btn-box-dd {
        margin-top: 8px;
        padding-bottom: 24px;
        display: flex;
        align-items: center;
    }

    #banner .banner-content .btn-box-dd a {
        width: 150px;
        height: 30px;
        line-height: 30px;
    }

    #banner .banner-content .btn-box-dd a:nth-child(3) {
        width: 134px;
    }

    #banner .btn-box-dd a:nth-child(1) {
        display: none;
    }

    #banner .btn-box-dd a:nth-child(2) {
        background: url(//cdn.jdy.com/jdy/pages/qywx/images/install_ico.png);
        margin-left: 0;
    }

    #banner .btn-box-dd a:nth-child(3) {
        background: url(//cdn.jdy.com/jdy/pages/qywx/images/reg_ico.png);
        margin-left: 8px;
    }

    #abstract {
        width: 100%;
        padding: 16px 0 0;
    }

    #abstract ul li {
        float: unset;
        overflow: hidden;
        margin-left: 24px;
        margin-bottom: 32px;
    }

    #abstract ul li:first-child {
        margin-left: 24px;
    }

    #abstract ul li img {
        float: left;
        width: 64px;
    }

    #abstract ul li:nth-child(1) p {
        width: 207px;
    }

    #abstract ul li:nth-child(2) p {
        width: 207px;
    }

    #abstract ul li:nth-child(3) p {
        width: 207px;
    }

    #abstract ul li p {
        float: left;
        text-align: left;
        margin-left: 24px;
        font-size: 18px;
        line-height: 28px;
        margin-top: 0;
        width: 207px;
    }

    #product ul li:nth-child(1),
    #product ul li {
        padding: 32px 23px 32px 16px;
    }

    #product ul li .product-content {
        width: 100%;
    }

    #product ul li .product-text div P {
        font-size: 14px;
        line-height: 28px;
        margin-top: 8px;
        width: 100%;
    }

    #product ul li .product-text div P span {
        font-size: 14px;
    }

    #product ul li .product-text a {
        margin-top: 24px;
        margin-bottom: 52px;
    }

    #product ul li:nth-child(2) .product-text {
        float: left;
    }
}
