.bg-primary{
    position: relative;
    background-color: #fff !important;
    color: #000;
    line-height: 40px;
    font-weight:normal;
}
.bg-primary .mobile_img{
    display: none;
}
.jiaobiao{
    margin-top: 20px;
}
.jiaobiao-blue{
    height: 10px;
    width: 10px;
    border: 1px solid #26CDFB;
    font-style: normal;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color:#26CDFB;
    display: inline-block;
}
.jiaobiao-red{
    height: 10px;
    width: 10px;
    border: 1px solid #FC2F1C;
    font-style: normal;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color:#FC2F1C;
    display: inline-block;
}

.img1_container{
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 999;
    width: 90%;
    text-align: center;
    font-size: 70px;
    font-weight: 900;
    color: #ffff;
}
.img1_2_container{
    position: absolute;
    top: 74%;
    left: 5%;
    z-index: 999;
    width: 90%;
    text-align: center;
    font-size: 70px;
    font-weight: 900;
    color: #ffff;
}

.img2_container{
    position: absolute;
    top: 29%;
    left: 4%;
    z-index: 999;
    width: 33%;
    font-size: 22px;
    color: #ffff;
}

.img3_container{
    position: absolute;
    top: 49%;
    left: 59%;
    z-index: 999;
    width: 40%;
    font-size: 22px;
    color: #ffff;
}

.img4_container{
    position: absolute;
    top: 49%;
    left: 5%;
    z-index: 999;
    width: 90%;
    font-size: 22px;
    color: #ffff;
}

.img5_container{
    position: absolute;
    top: 49%;
    left: 59%;
    z-index: 999;
    width: 40%;
    font-size: 22px;
    color: #ffff;
}

.img6_container{
    position: absolute;
    top: 34%;
    left: 3%;
    z-index: 999;
    width: 43%;
    font-size: 70px;
    font-weight: 900;
    color: #000;
    font-style: italic;
    text-align: center;
}
.img6_2_container{
    position: absolute;
    top: 46%;
    left: 3%;
    z-index: 999;
    width: 43%;
    font-size: 33px;
    color: #000;
    text-align: center;
}
.img6_3_container{
    position: absolute;
    top: 57%;
    left: 3%;
    z-index: 999;
    width: 43%;
    font-weight: 600;
    font-size: 36px;
    color: #FC0202;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.img7_container{
    position: absolute;
    top: 29%;
    left: 11%;
    z-index: 999;
    width: 55%;
    font-size: 32px;
    font-weight: 900;
    color: #000;
}
.img7_2_container{
    position: absolute;
    top: 38%;
    left: 11%;
    z-index: 999;
    width: 55%;
    font-size: 22px;
    color: #000;
}

.img8_container{
    position: absolute;
    top: 33%;
    left: 59%;
    z-index: 999;
    width: 38%;
    font-size: 32px;
    font-weight: 900;
    color: #000;
}
.img8_2_container{
    position: absolute;
    top: 50%;
    left: 59%;
    z-index: 999;
    width: 38%;
    font-size: 22px;
    color: #000;
}

.img9_container{
    position: absolute;
    top: 34%;
    left: 11%;
    z-index: 999;
    width: 39%;
    font-size: 32px;
    font-weight: 900;
    color: #000;
}
.img9_2_container{
    position: absolute;
    top: 52%;
    left: 11%;
    z-index: 999;
    width: 39%;
    font-size: 22px;
    color: #000;
}

/**
自适应
*/
@media(max-width:1200px) and (min-width:991px){
    .bg-primary {
        line-height: 30px;
    }
    .jiaobiao-blue,.jiaobiao-red{
        height: 8px;
        width: 8px;
    }
    .img1_container {
        font-size: 55px;
    }
    .img1_2_container {
        font-size: 55px;
    }
    .img2_container {
        font-size: 18px;
    }
    .img3_container {
        font-size: 18px;
    }
    .img4_container {
        font-size: 18px;
    }
    .img5_container {
        font-size: 18px;
    }
    .img6_container{
        font-size: 55px;
    }
    .img6_2_container{
        font-size: 26px;
    }
    .img6_3_container{
        font-size: 29px;
        height: 60px;
        line-height: 60px;
    }
    .img7_container {
        font-size: 28px;
    }
    .img7_2_container {
        font-size: 19px;
    }
    .img8_container {
        font-size: 28px;
    }
    .img8_2_container {
        font-size: 19px;
    }
    .img9_container {
        font-size: 28px;
    }
    .img9_2_container {
        font-size: 19px;
    }
}
@media(max-width:991px) and (min-width:768px){

    .bg-primary {
        line-height: 20px;
    }
    .jiaobiao{
        margin-top: 14px;
    }
    .jiaobiao-blue,.jiaobiao-red{
        height: 6px;
        width: 6px;
    }
    .img1_container {
        font-size: 40px;
        top: 12%;
    }
    .img1_2_container {
        font-size: 40px;
    }
    .img2_container {
        font-size: 14px;
    }
    .img3_container {
        font-size: 14px;
    }
    .img4_container {
        font-size: 14px;
    }
    .img5_container {
        font-size: 14px;
    }
    .img6_container{
        font-size: 40px;
    }
    .img6_2_container{
        font-size: 20px;
    }
    .img6_3_container{
        font-size: 22px;
        height: 50px;
        line-height: 50px;
    }
    .img7_container {
        font-size: 23px;
        line-height: 25px;
    }
    .img7_2_container {
        font-size: 15px;
    }
    .img8_container {
        font-size: 23px;
        line-height: 25px;
    }
    .img8_2_container {
        font-size: 15px;
    }
    .img9_container {
        font-size: 23px;
        line-height: 25px;
    }
    .img9_2_container {
        font-size: 15px;
    }
}
@media(max-width:768px) {
    .bg-primary .TV_img{
        display: none;
    }
    .bg-primary .mobile_img{
        display: block !important;
    }
    .bg-primary .phone_class{
        display: none;
    }
}
