.nrirong {
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
}


/* 电脑 */

@media only screen and (min-width: 996px) {
    .nrirong {
        width: 100%;
    }
    .banner {
        position: relative;
        width: 100%;
        height: 600px;
    }
    .banner img {
        width: 100%;
    }
    .bannertxt {
        position: absolute;
        width: 1200px;
        text-align: left;
        z-index: 99;
        left: 50%;
        top: 100px;
        transform: translateX(-50%);
    }
    .bannertxt strong {
        font-size: 40px;
        color: #019fa8;
        display: block;
        letter-spacing: 5px;
    }
    .bannertxt p {
        color: white;
        font-size: 25px;
        font-weight: bold;
        width: 600px;
    }
    .get {
        display: block;
        margin-top: 20px;
        background-color: #fff;
        width: 200px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: white !important;
        font-size: 25px;
        background-color: #79b928;
    }
    .cn {
        padding: 20px 0;
        background-color: #333;
    }
    .cnul {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cnul li {
        width: 21%;
        display: flex;
        align-items: center;
    }
    .cnul li p {
        margin: 0 !important;
        color: white;
        font-size: 17px;
    }
    .cnul li span {
        color: white;
    }
    .cnul li img {
        margin-right: 10px;
    }
    .cp1 {
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        ;
    }
    .cp1item {
        width: 31%;
    }
    .cp1item img {
        width: 100%;
    }
    .cp1item strong {
        display: block;
        font-size: 25px;
        margin: 10px auto;
    }
    .shop {
        display: block;
        padding-left: 45px;
        color: #000;
        font-size: 25px;
        background-image: url(../images/shop.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .cnul2 li {
        width: 31%;
        text-align: center;
        justify-content: center;
    }
    .cp2 img {
        width: 80%;
    }
    .important {
        width: 100%;
        position: relative;
    }
    .important img {
        width: 100%;
    }
    .importantox {
        width: 600px;
        position: absolute;
        z-index: 999;
        left: 150px;
        top: 150px;
    }
    .importantox-right {
        width: 600px;
        position: absolute;
        z-index: 999;
        right: 150px !important;
        top: 150px;
    }
    .importantox-right strong {
        font-size: 30px;
        display: block;
        margin-bottom: 20px;
    }
    .importantox-right p {
        font-size: 18px;
    }
    .importantox strong {
        font-size: 30px;
        display: block;
        margin-bottom: 20px;
    }
    .importantox p {
        font-size: 18px;
    }
    .buy {
        display: block;
        padding-left: 45px;
        color: #000;
        font-size: 25px;
        background-image: url(../images/shop.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .indexabout {
        max-width: 1200px;
        margin: 100px auto;
        display: flex;
        justify-content: space-between;
    }
    .indexaboutright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
        background-color: #f6f6f6;
    }
    .indexaboutright ul li {
        width: 45%;
        margin-bottom: 25px;
    }
    .indexaboutleft {
        width: 100%;
    }
    .indexaboutright {
        width: 46%;
    }
    .indexaboutleft strong {
        font-size: 25px;
    }
    .indexaboutleft p {
        font-size: 20px;
        font-weight: bold;
    }
    .learn {
        display: block;
        width: 160px;
        height: 50px;
        background-color: #019fa8;
        line-height: 50px;
        text-align: center;
        border-radius: 10px;
        margin-top: 25px;
        color: white !important;
        font-size: 18px;
        font-weight: bold;
    }
    .inbannerout {
        width: 100%;
        background-color: #000;
        padding: 60px 0;
    }
    .inbanner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .inbanner strong {
        font-size: 44px;
        color: white;
    }
    .inbanner p {
        font-size: 18px;
        color: white;
    }
    .supportcontentout {
        width: 100%;
        padding: 40px 0;
        background-color: #fbfbfb;
        border-bottom: 1px solid #ebebeb;
    }
    .supportcontent {
        max-width: 1200px;
        margin: 0 auto;
    }
    .pt {
        color: #333;
        font-size: 32px;
        margin-bottom: 45px;
    }
    .supul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .supul li {
        width: 31%;
    }
    .supul li img {
        width: 100%;
    }
    .supul li p {
        padding: 10px 0 !important;
        text-align: center;
        color: black;
        font-size: 20px;
    }
    .devul {
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .devul li {
        padding: 20px;
        width: 47%;
        border: 1px solid #ebebeb;
        margin-bottom: 55px;
        background-color: #fff;
    }
    .devul li strong {
        display: block;
        margin-top: 20px;
    }
    .supportcontactout {
        width: 100%;
        padding: 50px 0;
        background-color: #fbfbfb;
        border-top: 1px solid #ebebeb;
    }
    .supportcontact {
        max-width: 1200px;
        margin: 0 auto;
    }
    .devul1 {
        display: flex;
    }
    .devul1 li {
        width: 31%;
    }
    .techul {
        max-width: 1200px;
        margin: 50px auto;
    }
    .techulitemleft {
        width: 46%;
        float: left;
    }
    .techulitemleft img {
        width: 100%;
    }
    .techulitemright {
        width: 46%;
        float: right;
    }
    .clear {
        clear: both;
    }
    .techulitem-ad .techulitemleft {
        float: right;
    }
    .techulitem-ad .techulitemright {
        float: left;
    }
    .techulitem {
        margin-bottom: 60px;
    }
    .techulitemright strong {
        font-size: 35px;
        display: block;
        margin-bottom: 20px;
    }
    .techulitemright p {
        color: #000;
        font-size: 20px;
        line-height: 25px;
    }
    .ab-bg-pc {
        width: 100%;
    }
    .ab-bg-pc img {
        width: 100%;
    }
    .aboutcon {
        max-width: 1200px;
        margin: 50px auto;
    }
    .aboutcon strong {
        display: block;
        text-align: center;
        font-size: 30px;
        color: black;
    }
    .aboutcon p {
        font-size: 20px;
        line-height: 25px;
        color: #333;
    }
    .proconout {
        width: 100%;
        padding: 80px 0;
        background-color: #000;
    }
    .procon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .procon strong {
        font-size: 30px;
        color: white;
        margin-bottom: 30px;
    }
    .procon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px auto;
    }
    .procon ul li {
        width: 22%;
    }
    .procon ul li img {
        width: 100%;
    }
    .procon ul li p {
        color: white;
        font-size: 20px;
        padding: 10px 0;
        padding-bottom: 0px !important;
    }
    .procon ul li span {
        color: white;
        text-align: left;
        font-size: 16px;
    }
    .vid {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .play {
        width: 30px !important;
        cursor: pointer;
    }
    .vid div {
        height: 86px;
        padding: 15px;
        background-color: #fff;
        font-size: 17px;
        width: 177px;
        margin-left: 50px;
    }
    .showvideobox {
        width: 100%;
        position: fixed;
        height: 100%;
        z-index: 99999;
        background: rgba(0, 0, 0, 1);
        left: 0;
        top: 0;
        display: none;
    }
    .showvideoboxitem {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .showvideo {
        width: 1200px;
    }
    .showvideo video {
        width: 100%;
    }
    .cha {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
        cursor: pointer;
    }
    .application {
        max-width: 1200px;
        margin: 50px auto;
    }
    .application strong {
        font-size: 30px;
        color: black;
        display: block;
    }
    .application ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .application ul li {
        margin-bottom: 20px;
    }
    .application ul li img {
        width: 100%;
    }
    .application ul li p {
        padding: 5px 0;
        color: black;
        font-size: 20px;
        padding-bottom: 0 !important;
        word-wrap: break-word;
        word-break: break-all;
    }
    .application ul li span {
        word-wrap: break-word;
        word-break: break-all;
        width: 100%;
        display: block;
    }
    .appcontent {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
}


/* 手机 */

@media only screen and (max-width: 996px) {
    .application {
        max-width: 1200px;
        margin: 20px auto;
        padding: 15px;
    }
    .application strong {
        font-size: 22px;
        color: black;
        display: block;
    }
    .application ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .application ul li {
        margin-bottom: 20px;
        width: 100%;
    }
    .application ul li img {
        width: 100%;
    }
    .application ul li p {
        padding: 5px 0;
        color: black;
        font-size: 20px;
        padding-bottom: 0 !important;
        word-wrap: break-word;
        word-break: break-all;
    }
    .application ul li span {
        display: block;
        word-wrap: break-word;
        word-break: break-all;
        width: 100%;
    }
    .appcontent {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .showvideobox {
        width: 100%;
        position: fixed;
        height: 100%;
        z-index: 99999;
        background: rgba(0, 0, 0, 1);
        left: 0;
        top: 0;
        display: none;
    }
    .showvideoboxitem {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .showvideo {
        width: 100%;
    }
    .showvideo video {
        width: 100%;
    }
    .cha {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
        cursor: pointer;
    }
    .vid {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .play {
        width: 30px !important;
        cursor: pointer;
    }
    .vid div {
        height: 60px;
        padding: 15px;
        /* background-color: #fff; */
        font-size: 17px;
        width: 215px;
        /* margin-left: 50px; */
        color: white;
        font-weight: bold;
    }
    .proconout {
        width: 100%;
        padding: 15px;
        background-color: #000;
        margin: 20px auto;
    }
    .procon {
        width: 100%;
        margin: 0 auto;
    }
    .procon strong {
        font-size: 24px;
        color: white;
        margin-bottom: 20px;
    }
    .procon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px auto;
    }
    .procon ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .procon ul li img {
        width: 100%;
    }
    .procon ul li p {
        color: white;
        font-size: 18px;
        padding: 5px 0;
        padding-bottom: 0px !important;
    }
    .procon ul li span {
        color: white;
        text-align: left;
        font-size: 16px;
    }
    .aboutcon {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
    }
    .aboutcon strong {
        display: block;
        text-align: center;
        font-size: 20px;
        color: black;
    }
    .aboutcon p {
        font-size: 15px;
        line-height: 25px;
        color: #333;
    }
    .ab-bg-pc {
        width: 100%;
    }
    .ab-bg-pc img {
        width: 100%;
    }
    .techul {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
    }
    .techulitemleft {
        width: 100%;
    }
    .techulitemleft img {
        width: 100%;
    }
    .techulitemright {
        width: 100%;
        margin-top: 25px;
    }
    .clear {
        clear: both;
    }
    .techulitem {
        margin-bottom: 30px;
    }
    .techulitemright strong {
        font-size: 25px;
        display: block;
        margin-bottom: 15px;
    }
    .techulitemright p {
        color: #000;
        font-size: 18px;
        line-height: 25px;
    }
    .supportcontactout {
        width: 100%;
        background-color: #fbfbfb;
        border-top: 1px solid #ebebeb;
    }
    .supportcontact {
        width: 100%;
        margin: 0 auto;
    }
    .devul {
        width: 100%;
        margin: 0px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15px;
    }
    .pt1 {
        padding: 15px;
    }
    .devul li {
        padding: 15px;
        width: 100%;
        border: 1px solid #ebebeb;
        margin-bottom: 25px;
    }
    .devul li strong {
        display: block;
        margin-top: 10px;
    }
    .supportcontent {
        width: 100%;
        margin: 20px auto;
        padding: 15px;
    }
    .pt {
        color: #333;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .supul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .supul li {
        width: 100%;
    }
    .supul li img {
        width: 100%;
    }
    .supul li p {
        padding: 10px 0 !important;
        text-align: center;
        color: black;
        font-size: 18px;
    }
    .inbannerout {
        width: 100%;
        background-color: #000;
        padding: 30px 0;
    }
    .inbanner {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    .inbanner strong {
        font-size: 20px;
        color: white;
    }
    .inbanner p {
        font-size: 16px;
        color: white;
    }
    .indexabout {
        width: 100%;
        margin: 20px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
    }
    .indexaboutright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 20px;
        background-color: #f6f6f6;
    }
    .indexaboutright ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .indexaboutleft {
        width: 100%;
    }
    .indexaboutright {
        width: 100%;
        margin-top: 25px;
    }
    .indexaboutleft strong {
        font-size: 25px;
    }
    .indexaboutleft p {
        font-size: 20px;
        font-weight: bold;
    }
    .learn {
        display: block;
        width: 160px;
        height: 50px;
        background-color: #019fa8;
        line-height: 50px;
        text-align: center;
        border-radius: 10px;
        margin-top: 25px;
        color: white !important;
        font-size: 18px;
        font-weight: bold;
    }
    .important {
        width: 100%;
        position: relative;
    }
    .important img {
        width: 100%;
    }
    .importantox {
        width: 50%;
        position: absolute;
        z-index: 999;
        left: 10px;
        top: 10px;
    }
    .importantox-right {
        width: 50%;
        position: absolute;
        z-index: 999;
        right: 10px;
        top: 10px;
    }
    .importantox strong {
        font-size: 14px;
        display: block;
        margin-bottom: 7px;
    }
    .importantox p {
        font-size: 12px;
    }
    .importantox-right strong {
        font-size: 14px;
        display: block;
        margin-bottom: 7px;
    }
    .importantox-right p {
        font-size: 12px;
    }
    .buy {
        display: block;
        padding-left: 31px;
        color: #000;
        font-size: 16px;
        background-image: url(../images/shop.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
    }
    .cnul2 li {
        width: 100% !important;
        text-align: center;
        justify-content: center;
    }
    .cp1 {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cp1item {
        width: 100%;
        margin-bottom: 25px;
    }
    .cp1item img {
        width: 100%;
    }
    .cp1item strong {
        display: block;
        font-size: 25px;
        margin: 10px auto;
    }
    .shop {
        display: block;
        padding-left: 45px;
        color: #000;
        font-size: 25px;
        background-image: url(../images/shop.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .cn {
        padding: 20px;
        background-color: #333;
    }
    .cnul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cnul li {
        width: 48%;
        text-align: center;
        margin-bottom: 20px;
    }
    .cnul li p {
        margin: 0 !important;
        color: white;
        font-size: 17px;
    }
    .cnul li span {
        color: white;
    }
    .cnul li img {
        margin-right: 10px;
    }
    .banner img {
        width: 100%;
    }
    .bannertxt {
        position: absolute;
        width: 90%;
        text-align: left;
        z-index: 99;
        left: 50%;
        top: 15px;
        transform: translateX(-50%);
    }
    .bannertxt strong {
        font-size: 30px;
        color: #019fa8;
        display: block;
        letter-spacing: 5px;
    }
    .bannertxt p {
        color: white;
        font-size: 17px;
        font-weight: bold;
    }
    .get {
        display: block;
        margin-top: 20px;
        background-color: #fff;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: white !important;
        font-size: 18px;
        background-color: #79b928;
    }
}