@charset "UTF-8";
html,body,p,ul,li{margin: 0;padding: 0}


p,ul,li{
    list-style: none;
}

html{
    font-size:62.5%;
    font-family: "微软雅黑";
}

html,body{
    width: 100%;
    height: 100%;
}

.page{
    overflow: hidden;
    max-width: 1920px;
}


.banner{
    position: relative;
    color: #fff;
}

.banner_img img{
    display: block;
    width: 100%;
    height: auto;
}

.banner_text{
    position: absolute;
    width: 30%;
    bottom: 30%;
    text-align: left;
    right: 10%;
}

.banner_type{
    display: block;
    font-size: 1rem;
    margin-bottom: 1%;
}
.banner_title{
    display: block;
    font-size: 0.38rem;
    padding-left: 2%;
}


.section_01{
    position: relative;
}

.section01_img img{
    display: block;
    width: 100%;
}

.section01_text{
    position: absolute;
    display: block;
    width: 50%;
    text-align: left;
    top: 20%;
    color: #fff;
    padding-left: 5%;
}


.section01_pic_wrap{
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 48%;

}

.section01_pic_wrap img{
    display: block;
    width: 100%;
    height: auto;
}

.section01_title{
    display: block;
    font-size: 0.55rem;
}

.section01_text p{
    display: block;
    font-size: 0.3rem;
    margin-top: 0.3rem;
}

.product_boom{
    position: relative;
}
.product_boom img{
    display: block;
    width: 100%;
}

.explain_style{
    position: absolute;
}

.explain_style span{
    font-size: 0.4rem;
}

.explain_style p{
    font-size: 0.25rem;
}

.explain_01{
    left: 54%;
    bottom: 27%;
}

.explain_02{
    text-align: right;
    top: 15%;
    left: 40%;
}

.explain_03{
    left: 34.5%;
    bottom: 6%;
}

.explain_04{
    text-align: right;
    top: 22%;
    left: 16%;
}

.section02{
    display: flex;
    display: -webkit-flex;
    align-items:center;
    position: relative;
    max-width: 1920px;
}

.band_bg_fan{
    display: block;
    width: 100%;
}

.band_fan{
    position: absolute;
    width: 47%;
    top: 0;
    right: 3%;
}

.section02_bg{
    position: absolute;
    width: 50%;
    right: 10%;
    color: #fff;
    text-align: right;
}

.section02_fan{
    display: block;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 23%;
}

.section02_bg p{
    font-size: 0.3rem;
}

.rgb_ins{
    display:block;
    font-size: 0.55rem;
    margin-bottom: 3%;
}

.section03{
    position: relative;
    width: 100%;
    max-width: 1920px;
    display: block;
}

.section03_bg img{
    display: block;
    width: 100%;
}

.section03_text{
    position: absolute;
    width: 35%;
    bottom: 30%;
    left: 5%;
    color: #fff;
}

.section03_title{
    display: block;
    font-size: 0.55rem;
    margin-bottom: 3%;
    color: #00aeff;
}

.section04_text{
    position: absolute;
    display: block;
    width: 50%;
    text-align: left;
    color: #fff;
    padding-left: 6%;
    right: 0;
}

.section04_fan{
    position: absolute;
    display: block;
    width: 48%;
    left:0;
    bottom: 0;
}

.section06_text{
    position: absolute;
    width: 100%;
    color: #000;
    text-align: center;
    top: 10%;
}

.section04{
    position: relative;
}

.section06{
    position: relative;
}

.section04_title{
    display: block;
    font-size: 0.55rem;
    margin-bottom: 1%;
    color: #fff;
}

.section06_title{
    display: block;
    font-size: 0.5rem;
    margin-bottom: 2%;
    color: #000;
}

.section03_text p{
    font-size: 0.3rem;
}
.section04_text p{
    font-size: 0.3rem;
}
.section06_text p{
    font-size: 0.3rem;
}

.section04_bg{
    display: flex;
    align-items: center;
}

.section04_bg img{
    display: block;
}

.section05_img img{
    display: block;
    width: 100%;
}

.section05_img{
    position: relative;
}

.ins_002{
    color: #fff;
}

.band_bg_kouju{
    display: block;
    width: 100%;
}

.section06_bg{
    display: flex;
    align-items: center;
}

.section06_img{
    display: block;
    width: 64%;
    margin: 0 auto;
    margin-top: 10%;
}

.p_advantages{
    width: 100%;
    margin-top: 4%;
    color: white;
    text-align: left;
}

.advantages_wrap{
    float: right;
    padding: 20px 0 20px 10%;
}

.p_advantages span{
    display: inline-block;
    font-size: 0.4rem;
}

.p_advantages p{
    display: none;
    font-size: 0.2rem;
}

@media only screen and (max-width: 374px) {

}


/*在小于767像素的屏幕、微小屏幕、更低分辨率的手机*/
/*@media screen and (min-width: 375px) and (max-width:767px) {*/
@media only screen and (max-width: 767px) {

    .p_advantages{
        text-align: center;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 5%;
    }

    .p_advantages span{
        display: inline-block;
    }

    .section01_text{
        width: 100%;
        text-align: center;
    }

    .section06_img{
        width: 100%;
    }

    .section06_text{
        top: 10%;
        width: 100%;
        text-align: center;
        left: 0;
        padding: 0 3%;
    }
    .section06_title{
        font-size: 0.4rem;
    }
  .banner_text{
     padding-left: 9%;
      width: 100%;
      text-align: center;
      top: 8%;
      font-size: 1rem;
      right: 0;
  }

  /*.band_bg_kouju{*/
      /*display: block;*/
      /*width: 100%;*/
  /*}*/
  .banner_type{
        font-size: 1rem;
    }
    .banner_info{
        font-size: 0.4rem;
    }
    .banner_title{
        font-size: 0.3rem;
    }
    .banner_text{
        bottom: 6%;
    }

    .section01_title{
        color: #fff;
        font-size: 0.4rem;
    }
    .section01_text{
        top: 5%;
        padding:0 5%
    }
    .section01_text p{
        font-size: 0.2rem;
        margin-top: 2%;
    }
    .section02_bg{
        left: 0;
        top: 4%;
        text-align: center;
        width: 100%;
    }

    .rgb_ins{
        display: block;
        padding: 0 12%;
        color: #fff;
        font-size: 0.4rem;
    }
    .section02_bg p{
        display: block;
        padding: 0 2%;
        font-size: 0.22rem;

    }

    .advantages_right{
        width: 30%;
    }

    .section03_text{
        top: 10%;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .section03_title{
        display: block;
        font-size: 0.4rem;
        margin-bottom: 2%;
    }

    .section03_text p{
        font-size: 0.2rem;
        padding: 0 2%;
    }

    .section04_title{
        color: #fff;
        font-size: 0.36rem;
    }

    .section04_text{
        width: 94%;
        top: 5%;
        text-align: center;
        padding: 0 3%;
    }

    .section04_text p{
        font-size: 0.2rem;
    }

    .explain_style span{
        font-size: 0.8rem;
    }

    .section06_text p{
        font-size: 0.2rem;
    }

    .section02_bg{
        color: #fff;
    }

    .explain_style p{
        font-size: 0.5rem;
    }

    .explain_01{
        left: 12%;
        bottom: 24%;
    }

    .explain_02{
        text-align: left;
        top: 69.5%;
        left: 57%;
    }

    .explain_03{
        left: 12%;
        bottom: 9%;
    }

    .explain_04{
        text-align: left;
        top: 84%;
        left: 57%;
    }

    .v_height{
        top: 28%;
        left: 11%;
    }
    .c_wide{
        top: 12%;
        left: 48%;
    }
    .section01_text{
        text-align: center;
        color: #fff;
    }
}


/*在768和991像素之间的屏幕里，小屏幕，主要是Pad*/
@media screen and (min-width: 768px) and (max-width:991px) {

    .banner_type{
        font-size: 0.5rem;
    }
    .banner_title{
        font-size: 0.16rem;
    }
    .section01_title{
        font-size: 0.28rem;
    }
    .section01_text p{
        font-size: 0.12rem;
        margin-top: 1%;
    }
    .section06_title{
        font-size: 0.22rem;
    }
    .section06_text p{
        font-size: 0.12rem;
    }
    .section04_title{
        font-size: 0.26rem;
    }
    .section04_text p{
        font-size: 0.14rem;
    }
    .section03_title{
        font-size: 0.24rem;
    }
    .section03_text p{
        font-size: 0.12rem;
    }
    .rgb_ins{
        font-size: 0.26rem;
    }
    .section02_bg p{
        font-size: 0.14rem;
    }

    .section01_text{
        margin-right: 2%;
        width: 98%;
    }
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media screen and (min-width: 992px) and (max-width:1199px) {

    .banner_type{
        font-size: 0.6rem;
    }
    .banner_title{
        font-size: 0.18rem;
    }
    .section01_title{
        font-size: 0.3rem;
    }
    .section01_text p{
        font-size: 0.16rem;
        margin-top: 1%;
    }
    .section06_title{
        font-size: 0.27rem;
    }
    .section06_text p{
        font-size: 0.16rem;
    }
    .section04_title{
        font-size: 0.28rem;
    }
    .section04_text p{
        font-size: 0.18rem;
    }
    .section03_title{
        font-size: 0.28rem;
    }
    .section03_text p{
        font-size: 0.16rem;
    }
    .rgb_ins{
        font-size: 0.28rem;
    }
    .section02_bg p{
        font-size: 0.16rem;
    }
}

@media screen and (min-width: 1200px) and (max-width:1559px) {
    .banner_type{
        font-size: 0.8rem;
    }
    .banner_title{
        font-size: 0.2rem;
    }
    .section01_title{
        font-size: 0.36rem;
    }
    .section01_text p{
        font-size: 0.18rem;
        margin-top: 1%;
    }
    .section06_title{
        font-size: 0.32rem;
    }
    .section06_text p{
        font-size: 0.18rem;
    }
    .section04_title{
        font-size: 0.32rem;
    }
    .section04_text p{
        font-size: 0.22rem;
    }
    .section03_title{
        font-size: 0.32rem;
    }
    .section03_text p{
        font-size: 0.18rem;
    }
    .rgb_ins{
        font-size: 0.32rem;
    }
    .section02_bg p{
        font-size: 0.18rem;
    }
}


@media screen and (min-width: 1560px) and (max-width:1919px) {
    .banner_type{
        font-size: 1rem;
    }
    .banner_title{
        font-size: 0.28rem;
    }
    .section01_title{
        font-size: 0.45rem;
    }
    .section01_text p{
        font-size: 0.22rem;
        margin-top: 1%;
    }
    .section06_title{
        font-size: 0.4rem;
    }
    .section06_text p{
        font-size: 0.22rem;
    }
    .section04_title{
        font-size: 0.45rem;
    }
    .section04_text p{
        font-size: 0.28rem;
    }
    .section03_title{
        font-size: 0.45rem;
    }
    .section03_text p{
        font-size: 0.22rem;
    }
    .rgb_ins{
        font-size: 0.45rem;
    }
    .section02_bg p{
        font-size: 0.22rem;
    }
}

/*动画效果*/
@keyframes fade-in-out {
    0% {
        opacity: 1;
    }

    50%{
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        opacity: 1;
    }

    50%{
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0% {
        opacity: 1;
    }

    50%{
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        opacity: 1;
    }

    50%{
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

/*左侧滑入*/
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        -moz-transform: translate3d(-2000px, 0, 0);
        -webkit-transform: translate3d(-2000px, 0, 0);
        -o-transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 0.6;
        transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        -moz-transform: translate3d(25px, 0, 0);
        -webkit-transform: translate3d(25px, 0, 0);
        -o-transform: translate3d(25px, 0, 0);

    }
    75% {
        opacity: 0.7;
        transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -webkit-transform: translate3d(-10px, 0, 0);
        -o-transform: translate3d(-10px, 0, 0);
    }
    90% {
        opacity: 0.9;
        transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        -moz-transform: translate3d(5px, 0, 0);
        -webkit-transform: translate3d(5px, 0, 0);
        -o-transform: translate3d(5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 0.6;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        opacity: 0.7;
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        opacity: 0.9;
        transform: translate3d(5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 0.6;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        opacity: 0.7;
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        opacity: 0.9;
        transform: translate3d(5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    60% {
        opacity: 0.6;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        opacity: 0.7;
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        opacity: 0.9;
        transform: translate3d(5px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/* 下方划入 */
@keyframes bounceInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    60% {
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    60% {
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    60% {
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    60% {
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes animate_bg {
    0% {
        background-position: 0, 0;
    }

    100% {
        background-position: -100% 0;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
    0% {opacity: 0;transform: translate3d(3000px, 0, 0);}
    60% {opacity: 1;transform: translate3d(-25px, 0, 0);}
    75% {transform: translate3d(10px, 0, 0);}
    90% {transform: translate3d(-5px, 0, 0);}
    100% {opacity: 1;transform: none;}
}

@keyframes bounceInLeft_01 {
    from, 60%, 75%, 90%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
    0% {opacity: 0;transform: translate3d(-3000px, 0, 0);}
    60% {opacity: 1;transform: translate3d(25px, 0, 0);}
    75% {transform: translate3d(-10px, 0, 0);}
    90% {transform: translate3d(5px, 0, 0);}
    100% {opacity: 1;transform: none;}
}
