*{
    margin: 0px;
    padding:0px
}
.content6_li {
    width: 215px;
    float: left;
    height: 100%;
}


.content6 {
    width: 100%;
    background-color: #26282B;
    padding-top: 60px;
}

.content6_div {
    width: 1150px;
    height: 300px;
    margin: auto;
    overflow: hidden;
}

.content6_text1 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.content6_text2 {
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    color: #B6B6B6;
}

.content6_text3 {
    font-size: 14px;
    line-height: 23px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: right;
}

.content6_text4 {
    font-size: 21px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    height: 40px;
    margin-top: 2px;
    text-align: right;
}

.content6_text5 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: right;
    margin-top: 22px;
}

.content6_text6 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #B5B5B5;
    text-align: right;
    margin-top: 44px;
    float: right;
    width: 270px;
}

.content6_text7 {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    border-top: 1px solid #575859;
    color: #B5B5B5;
    text-align: center;
    margin-top: 11px;
    line-height: 50px;
    width: 100%;
}

.content6_right {
    width: calc(100% - 910px);
    float: left;
    height: 100%;
}

.content6_code {
    margin-top: 15px;
    overflow: hidden;
}

.content6_margin {
    margin: 0px 12px;
}

#pcImg {
    width: 100%;
    display: block;
}

#appImg {
    display: none;
}

.content6_code_img1 {
    width: 100px;
    height: 100px;
    margin-left: 18px;
    float: right
}

.content6_code_img2 {
    width: 100px;
    height: 100px;
    float: right
}

.content5 {
    width: 100%;
    background: url(../img/content_5_bg.png) center center no-repeat;
    height: 340px;
    background-size: unset !important;
}

.content5_div {
    height: 80px;
    width: 100%;
    display: block;
}

.content5_div1 {
    font-size: 28px;
    font-family: MicrosoftYaHei;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;

}

.content5_div2 {
    font-size: 28px;
    font-family: MicrosoftYaHei;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 35px;

}

.content5_phone {
    background: url(../img/content5_phone.png);
    width: 22px;
    height: 22px;
    margin-top: 1px;
    margin-right: 13px;
    background-size: 100% 100%;
}

.content6_text2>a {      
    color: #B6B6B6;
}

.content5_button {
    width: 130px;
    height: 40px;
    background-color: #D50029;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
    color: #ffffff;
}
footer{
    width: 100%;
    float: left;
}

.content_detail_1,
.content_detail_2,
.content_detail_3 {
    animation: flyin 1s ease-in-out;
}


@keyframes flyin {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animationClass {
    animation: flyin2 1s ease-in-out;
}

@keyframes flyin2 {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width:1366px) {
    .content2_1 {
        max-width: 1200px;
    }

    .content2_div {
        width: 220px
    }

    .content2_div1 {
        width: 220px;
    }

    .content2_div1:hover {
        width: 264px;
    }
}

@media(max-width:768px) {

    .content4 {
        display: none;
    }

    #img {
        display: none;
    }

    .content1_div {
        width: 100%;
        display: block;
        padding-top: 10px;
    }

    .content_detail_1 {
        font-size: 20px;
        max-width: 300px;
        margin: auto
    }


    .content_detail_2 {
        font-size: 14px;
        
        max-width: 300px;
        margin: auto;
        margin-top: 8px;
    }

    .content_detail_white_2 {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #ffffff;
        max-width: 300px;
        margin: auto;
        margin-top: 8px;
    }

    .content_detail_3 {
        margin: 15px 0px 15px 0px;
    }

    .content1_title {
        /* position: relative; */
        padding-top: 30px;
        top: 0px;
    }

    .content1 {
        background: transparent;
        background-color: #AEC2DC;
        height: auto;
    }

    .content1_info {
        width: calc(50% - 25px);
        /* min-height: 160px; */
        background: rgba(255, 255, 255, 0.50);
        box-sizing: border-box;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .content1_text1 {
        font-size: 16px;

    }

    .content1_img {
        background: url(../img/content1_img.png);
        width: 15px;
        height: 17px;
        background-size: 100% 100%;
        margin-top: 1px;
        margin-right: 8px;
    }

    .content1_text2 {
        font-size: 14px;
        display: none;
        line-height: 24px;
        margin-top: 8px;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #242424;
        word-wrap: break-word;
        word-break: break-all;
    }

    .content2 {
        padding-top: 30px;
    }

    .content2_div {
        display: none;
    }

    .phone_content_div {
        display: inline-block;
        overflow: hidden;
        box-sizing: border-box;

    }

    .phone_content1_img {
        width: 50px;
        height: 50px;
    }

    .phone_content1_text1 {
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #000000;
        margin-top: 3px;
        width: 100%;
        /* margin-top: 40px; */
        text-align: left;
    }

    .phone_content1_text2 {
        /* margin-left: 45px; */
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #6C6C6D;
        /* width: calc(100% - 90px); */
        line-height: 20px;
        margin-top: 5px;
        text-align: left;
    }

    .phone_content1_div {
        margin-left: 20px;
        width: calc(100% - 60px);
        margin-top: 10px;
        padding: 10px;
        float: left;
        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 0px 13px 0px rgb(121 107 107 / 9%);
    }

    .phone_content2_div {
        margin-left: 20px;
        margin-top: 10px;
        min-height: 196px;
        width: calc(50% - 25px);
        background: #FFFFFF;
        float: left;
        border-radius: 10px;
        box-shadow: 0px 0px 13px 0px rgb(121 107 107 / 9%);
    }

    .phone_content3_div {
        margin-left: 10px;
        min-height: 196px;
        margin-top: 10px;
        width: calc(50% - 25px);
        background: #FFFFFF;
        float: left;
        border-radius: 10px;
        box-shadow: 0px 0px 13px 0px rgb(121 107 107 / 9%);
    }

    .phone_content2_img {
        width: 40px;
        height: 40px;
        margin: auto;
        margin-top: 24px;
    }

    .phone_content2_text1 {
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #000000;
        margin-top: 15px;
        width: 100%;
        /* margin-top: 40px; */
        text-align: center;
    }

    .phone_content2_text2 {
        font-size: 13px;
        font-family: MicrosoftYaHei;
        color: #6C6C6D;
        line-height: 20px;
        margin-top: 5px;
        padding: 5px 15px 20px 15px;
        text-align: center;
    }

    .content2 {
        padding-bottom: 40px;
    }

    .content3 {
        padding-top: 30px;
        padding-bottom: 0px;
        background-size: 100% 100%;

        background: transparent;
        /* background-color: #f3f6fa; */

    }

    .content3_menu {
        padding-top: 0px;
        height: auto;
        width: 100%;
        border-right-width: 0px;
    }

    .content3_div {
        padding: 10px 20px 0px 20px;
        width: calc(100% - 40px);
        overflow: hidden;
        height: auto;
    }

    .content3_menu_div {
        width: calc(25% - 5px);
        padding-left: 5px;
        margin-bottom: 10px;
        margin-right: 0px;
        padding-right: 0px;
        font-size: 15px;
        float: left;
        text-align: left;
        color: #666666;
    }

    .content3_menu_div_red>span {
        border-right-width: 0px;
        padding-bottom: 5px;
        border-bottom: 2px solid #EB002B;
    }

    .content3_menu_div_red {
        border-right-width: 0px;
        padding-right: 0px !important;
    }

    .content3_detail {
        width: 100%;
        padding-bottom: 0px;
    }

    .content3_detail_info {
        margin-left: -20px !important;
        /* border-top: 2px solid #eeeeee; */
        width: 100%;
        padding: 30px 20px 0px 20px;
        padding-bottom: 38px;
        /* margin-top: 5px; */
    }

    .content3_title {
        margin-top: 0px;

        font-size: 18px;
        font-weight: bold;
    }

    .content3_title_img {
        display: none;
        top: 0px;
        height: 12.6px;
        margin-right: 5px;
        width: 26px;
        margin-top: 30px;
        background-size: 100% 100%;
    }

    .content3_content {
        font-size: 14px;
        line-height: 26px;
        height: auto;
        margin-top: 14px;
        color: #666666;
    }

    .content3_box1 {
        color: #EB002B;
        background-color: #F9E2E8;
        border-radius: 4px 4px 4px 4px;
        float: left;
        height: 28px;
        font-size: 12px;
        padding: 0px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .content3_type_img1 {
        background: url(../img/content3_type_img1.png);
        width: 15px;
        height: 15px;
        float: left;
        background-size: 100% 100%;
        margin-top: 16px;
        margin-right: 4px;
    }

    .content3_type_img2 {
        background: url(../img/content3_type_img2.png);
        width: 15px;
        height: 15px;
        float: left;
        background-size: 100% 100%;
        margin-top: 16px;
        margin-right: 4px;
    }

    .content3_box2 {
        color: #3177ED;
        background-color: #E6EEFB;
        float: left;
        height: 28px;
        font-size: 12px;
        padding: 0px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .content3_content3 {
        position: relative;
        bottom: -5px;
        margin-top: 10px;
        /* margin-bottom: 35px; */
    }

    .content3_button {
        width: 75px;
        height: 24px;
        font-size: 12px;
        background-color: #D62728;
        line-height: 24px;
    }

    .content8 {
        padding-top: 30px;
    }

    .content8_div {
        margin-top: 35px;
        height: auto;
    }

    .content8_left {
        width: 100%;
        height: 200px;
        background-size: 100% 100%;
    }

    .content8_right {
        width: 100%;
        padding: 20px 20px 40px 20px;
        background-size: 100% 100%;
    }

    .content8_right_title {
        font-size: 15px;
        color: #666666;
        line-height: 25px;
        margin-right: 30px;
        width: auto;
    }

    .content8_item {
        width: 100%;
        margin-top: 25px;
        float: left;
        margin-bottom: 0px;
    }

    .content8_text1 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 24px;
        font-size: 16px;
        font-weight: bold;
    }

    .content3_type {
        line-height: 46px;
        font-size: 14px;
    }

    .content8_text2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 20px;
        color: #666666;
        font-size: 13px;
        margin-top: 5px;
    }

    .content7 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .phone {
        display: block
    }

    .pc {
        display: none !important;
    }

    .pc_flex {
        display: none !important;
    }

    .content7_div {
        padding: 0px;
    }

    .content7_div4 {
        width: 100%;
        margin-left: 0px;
        height: 200px;
        background-size: 100% 100%;
    }

    .content7_div3 {
        width: 100%;
        height: auto;
        margin-top: 0px;
        padding: 14px 20px 15px 20px;
        box-sizing: border-box;
    }

    .content7_div2 {
        overflow: hidden;
        height: auto;
    }


    .content7_text1 {
        font-size: 12px;
    }

    .content7_text2 {
        font-size: 18px;
        margin-top: 0px;
        font-weight: bold;
    }

    .content7_img {
        right: 21px;
        width: 20px;
        height: 14px;
        background-size: 100% 100%;
        top: 10px;
    }

    .content7_content {
        padding-top: 0px;
    }

    .content7_time {
        text-align: left;
        color: #666666;
        line-height: 25px;
        font-size: 14px;
        width: 100%;
    }

    .content5_div {
        height: 32px;
    }

    .content7_line {
        margin-top: 4px;
        background-color: #eeeeee;
    }

    .content5_div1 {
        font-size: 16px;
    }

    .content5_div2 {
        font-size: 17px;
        padding-bottom: 13px;
    }

    .content5_phone {
        width: 16px;
        height: 16px;
    }

    .content5 {
        height: 160px;
        background: url(../img/appContent5.png);
        background-size: 100% 100%;
    }

    .content6_text7 {
        line-height: 16px;
    }

    .content6_div {
        width: 360px;
        height: auto;
    }

    .content6 {
        padding-top: 30px;
    }

    .content6_li {
        box-sizing: border-box;
        width: 120px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .content6_right {
        width: 240px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .content6_text2 {
        line-height: 30px;
        opacity: 0.5;
        font-size: 12px;
    }

    .content6_text1 {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .content6_text4 {
        height: 33px;
    }

    .content6_text5 {
        margin-top: 0px;
    }

    .content6_text6 {
        margin-top: 12px;
        font-size: 12px;
        opacity: 0.5;
        text-align: center;
        width: 100%;
    }

    .content6_margin {
        margin: 0px 0px;
    }

    .content3_laber {
        width: calc(100% + 10px);
    }

    .content8_left_content {
        position: absolute;
        bottom: 0px;
        width: calc(100% - 19px);
        line-height: 40px;
        height: 40px;
        background-color: #333333;
        opacity: 0.7;
        font-size: 14px;
        padding-left: 19px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
    }


    #pcImg {
        display: none;
    }

    #appImg {
        width: 100%;
        display: block;
    }

    .content_detail3_img {
        background: url(../img/fg.png) center center no-repeat;
        width: 80px;
        background-size: 100% 100%;
        margin: auto;
        height: 4px;
    }
    .content_detail3_white_img {
        background: url(../img/fg_white.png) center center no-repeat;
        width: 80px;
        background-size: 100% 100%;
        margin: auto;
        height: 4px;
    }

    .content6_text7 {
        padding: 15px 0px;
        opacity: 0.5;
    }

    .content6_code_img1 {
        width: 50px;
        height: 50px;
        margin-left: 15px;
        float: right
    }

    .content7_text3 {
        display: block;
        padding-top: 10px;
        font-size: 13px;
        padding-bottom: 6px;
        border-bottom: 2px solid #eeeeee;
    }

    .content6_code_img2 {
        width: 50px;
        height: 50px;
        float: right
    }

    .content3_line {
        color: #dddddd;
        width: 100%;
        height: 2px;
    }

    .content6_text3 {
        font-size: 12px;
        margin-top: -4px;
        color: #666666;
    }

    .content6_text4 {
        font-size: 18px;
        height: 28px;
    }

    .content6_text5 {
        font-size: 12px;
        color: #666666;
    }

    .content3_menu>div:nth-child(4) {
        text-align: right;
    }

    .content5_button {
        width: 88px;
        height: 28px;
        border-radius: 4px;
        background-color: #D50029;
        line-height: 28px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        margin: auto;
        color: #ffffff;
    }

    .content8_red_bottom {
        border-bottom: 2px solid #EB002B;
        color: #EB002B;
    }

    .content3_content2 {
        overflow: hidden;
    }

    .bg_fff {
        background-color: #ffffff;
    }

    .bg_f3f6fa {

        background-color: #f3f6fa;
    }


    .content8_right .content3_menu_div_red>span {
        border-right-width: 0px;
        padding-bottom: 5px;
        border-bottom: 4px solid #EB002B;
    }

    .content8_right .content3_menu_div_red {
        border-right-width: 0px;
        padding-right: 0px !important;
    }

    .content7_title {
        white-space: normal;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .content7_text3:nth-child(5) {
        border-bottom-width: 0px;
    }

    .content3_detail1 {
        background: url("../img/bg_1.png") center center;
    }

    .content3_detail3 {
        background: url("../img/bg_3.png") center center;
    }

    .content3_detail5 {
        background: url("../img/bg_5.png") center center;
    }

    .content3_detail1 .content3_title,
    .content3_detail3 .content3_title,
    .content3_detail5 .content3_title {
        color: white;
    }

    .content3_detail1 .content3_content,
    .content3_detail3 .content3_content,
    .content3_detail5 .content3_content {
        color: white;
    }

    .content3_detail1 b,
    .content3_detail3 b,
    .content3_detail5 b {
        color: white !important;
    }

    .content3_detail1 .content3_type,
    .content3_detail3 .content3_type,
    .content3_detail5 .content3_type {
        color: white;
    }

    .content3_detail1 .content3_box1,
    .content3_detail3 .content3_box1,
    .content3_detail5 .content3_box1 {
        background-color: white;
    }

    .content3_detail1 .content3_box2,
    .content3_detail3 .content3_box2,
    .content3_detail5 .content3_box2 {
        background-color: white;
    }

    .content3_icon1 {
        background: url("../img/content3_icon1.png");
        margin-right: 6px;
        margin-top: 2px;
    }

    .content3_icon2 {
        background: url("../img/content3_icon2.png");
        margin-right: 6px;
        margin-top: 3px;
    }

    .content3_icon3 {
        background: url("../img/content3_icon3.png");
        margin-right: 6px;
        margin-top: 3px;
    }

    .content3_icon4 {
        background: url("../img/content3_icon4.png");
        margin-right: 6px;
        margin-top: 3px;
    }

    .content3_icon5 {
        background: url("../img/content3_icon5.png");
        margin-right: 6px;
        margin-top: 2px;
    }

    .content3_icon6 {
        background: url("../img/content3_icon6.png");
        margin-right: 6px;
        margin-top: 2px;
    }

    .content3_icon {
        width: 20px;
        height: 20px;
        float: left;
        background-size: 100% 100%;
    }

    .app_content_menu {
        overflow: hidden;
        position: fixed;
        z-index: 998;
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
        width: 100%;
        top: 49px;
        background-color: white;
        box-shadow: 0px 0px 13px 0px rgb(121 107 107 / 9%);
    }

    .app_content_menu .content3_menu_div {
        width: calc(25% - 15px);
        margin-top: 5px;
        margin-bottom: 5px;
    }


}