.banner_1{
    width: 100%;
    height: 440px;
    margin-top: 63px;
    background-image: url("../image/zqAIbp/banner.png");
    background-position: center;
    background-repeat: no-repeat;
}
.banner_img{
    width: 100%;
}
.plate_title{
    padding-top: 60px;
}
.plate_title2{
    background: none;
}
.advantage_box{
    width: 100%;
    background-color: #fbfbfb;
    margin-bottom: 65px;
}
.advantage_box .advantage{
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-template-columns: repeat(auto-fill,minmax(290px,1fr));
}
.advantage_box .advantage>div{
    text-align: center;
    padding: 35px 0px;
}
.advantage_box .advantage>div>img{
    display: block;
    width: 40px;
    margin: 0px auto 20px;
    transition: all .5s;
}
.advantage_box .advantage>div>p{
    color: #333333;
    font-size: 1.6rem;
}
.advantage_box .advantage>div.active>img{
    /*background-color: #333333;*/
    transform: rotateX(360deg);
}

.system{
    width: 100%;
    color: #000;
}
.system>p{
    font-size: 3rem;
    text-align: center;
    line-height: 55px;
    margin-bottom: 50px;
}
.system>span{
    font-size: 1.6rem;
    line-height: 36px;
}
.system_img{
    text-align: right;
    margin-bottom: 165px;
}

.system2>p{
    color: #000;
    font-size: 2.34rem;
    line-height: 44px;
    margin: 132px 0px;
    display: block;
}
.system_img2{
    text-align: left;
    margin-bottom: 50px;
}
.system_img2>img{
    width: 90%;
}
.perplex{
    width: 100%;
    background-image: url("../image/zqAIbp/perplex_bg.png");
    background-position: center;
    height: 582px;
    margin-bottom: 50px;
}
.perplex .perplex_box{
    position: relative;
    width: 100%;
    margin-top: 70px;
    color: #000000;
    font-size: 1.6rem;
}
.perplex .perplex_box>img{
    display: block;
    margin: 0px auto;
}
.perplex .perplex_box>p{
    position: absolute;
}
.perplex .perplex_box>p:nth-of-type(1){
    left: 262px;
    top: 43px;
}
.perplex .perplex_box>p:nth-of-type(2){
    right: 293px;
    top: 20px;
}
.perplex .perplex_box>p:nth-of-type(3){
    left: 284px;
    bottom: 61px;
}
.perplex .perplex_box>p:nth-of-type(4){
    right: 188px;
    bottom: 61px;
}
.perplex .perplex_box>span{
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%,-50%);
}
.superiority{
    width: 80%;
    padding: 1px;
    background-color: #dcdcdc;
    display: grid;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    grid-template-columns: repeat(auto-fill,minmax(232px,1fr));
    margin: 80px auto;
}
.superiority>div{
    background-color: #fff;
    position: relative;
    height: 232px;
}
.superiority>div>div{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    text-align: center;
}

.superiority>div>div>img{
    margin-bottom: 22px;
    transition: all .3s;
}
.superiority>div>div>p{
    color: #333333;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.superiority>div>div>span{
    color: #999999;
    font-size: 1.4rem;
    line-height: 20px;
}
.superiority>div:hover{
    background-color: #df0012;
}
.superiority>div:hover >div>p{
    color: #ffffff;
}
.superiority>div:hover >div>span{
    color: #ffffff;
}
.superiority_a{
    display: block;
    margin: 0px auto 60px;
    width: 140px;
    height: 40px;
    border: 1px solid #df0012;
    text-align: center;
    line-height: 38px;
    color: #df0012;
    font-size: 1.6rem;
    transition: all .3s;
    border-radius: 10px;
}
.superiority_a:hover{
    color: #fff;
    background-color: #df0012;
}
.trait_box{
    width: 100%;
    background-color: #fdfdfd;
    padding-top: 16px;
    margin-bottom: 50px;
}
.trait{
    width: 100%;
    position: relative;
}
.trait>img{
    display: block;
    margin: 0px auto 13px;
}
.trait>p{
    color: #333333;
    font-size: 3.6rem;
    position: absolute;
}
.trait>span{
    color: #333333;
    position: absolute;
    font-size: 2.1rem;
    line-height: 40px;
}
.trait>p:nth-of-type(1){
    left: 559px;
    top: 77px;
}
.trait>p:nth-of-type(2){
    right: 423px;
    bottom: 156px;
}
.trait>p:nth-of-type(3){
    left: 407px;
    bottom: 156px;
}
.trait>span:nth-of-type(1){
    top: 100px;
    left: 291px;
}
.trait>span:nth-of-type(2){
    top: 128px;
    right: 123px;
}
.trait>span:nth-of-type(3){
    bottom: 70px;
    left: 60px;
}
.very_box{
    width: 100%;
    margin-top: 80px;
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(auto-fill,minmax(337px,1fr));
    margin-bottom: 150px;
}
.very_box>div{
    transition: all .3s;
}
.very_box>div>p{
    background-color: #dedede;
    color: #333333;
    font-size: 2.4rem;
    display: block;
    padding: 25px 0px;
    text-align: center;
    transition: all .3s;
}
.very_box>div>div{
    position: relative;
    background-color: #f6f6f6;
    height: 433px;
    transition: all .3s;
}
.very_box>div>div>ul{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
.very_box>div>div li{
    color: #999999;
    font-size: 1.6rem;
    line-height: 40px;
}
.very_box>div.active{
    transform: translateY(-15px);
    box-shadow: 0px 0px 10px 0px #e6e6e6;
}
.very_box>div.active>p{
    background-color: #df0012;
    color: #fff;
}
.very_box>div.active>div li{
    color: #333;
}
.very_box>div:nth-of-type(2){
    transform: translateY(-15px);
    box-shadow: 0px 0px 10px 0px #e6e6e6;
}
.very_box>div:nth-of-type(2)>p{
    background-color: #df0012;
    color: #fff;
}
.very_box>div:nth-of-type(2)>div li{
    color: #999999;
    font-size: 1.6rem;
    line-height: 40px;
}
.Smart_box{
    background-color: #fdfdfd;
    padding-top: 95px;
}
.Smart_text{
    padding-left: 100px;
}
.Smart_text>p{
    color: #333333;
    font-size: 4rem;
    margin-bottom: 90px;
}
.Smart_text>span{
    display: block;
    margin-bottom: 35px;
    color: #404040;
    font-size: 2.4rem;
    padding-left: 27px;
    position: relative;
}
.Smart_text>span::before{
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.Smart_text>span.box1::before{
    background-color: #df0012;
}
.Smart_text>span.box2::before{
    background-color: #9185fc;
}
.Smart_text>span.box3::before{
    background-color: #f2a24d;
}
.Smart_text>span.box4::before{
    background-color: #59deb6;
}
.Smart_text>span.box4{
    margin-bottom: 90px;
}
.Smart_text>a{
    display: block;
    margin-left: 27px;
    margin-bottom: 60px;
    width: 140px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #df0012;
    text-align: center;
    line-height: 38px;
    color: #df0012;
    font-size: 1.6rem;
    transition: all .3s;
    border-radius: 10px;
}
.Smart_text>a:hover{
    color: #fff;
    background-color: #df0012;
}
.Smart_img{
    text-align: right;
}
.seo_img{
    text-align: center;
    margin-top: 70px;
}
.HomePage{
    background-color: #fcfcfc;
    margin-bottom: 65px;
}
.HomePage .plate_title2{
    padding-top: 90px;
}
/*.HomePage .plate_title>p, .HomePage .plate_title>span{*/
    /*color: #fff;*/
/*}*/
.HomePage_box{
    display: grid;
    grid-row-gap: 17px;
    grid-column-gap: 17px;
    grid-template-columns: repeat(auto-fill,minmax(500px,1fr));
    margin-top: 70px;
}
.HomePage_box>div>img{
    width: 100%;
}
.HomePage_a{
    display: block;
    margin: 70px auto 50px;
    width: 140px;
    height: 40px;
    border: 1px solid #df0012;
    text-align: center;
    line-height: 38px;
    color: #000000;
    font-size: 1.6rem;
    transition: all .3s;
    border-radius: 10px;
}
.HomePage_a:hover{
    color: #fff;
    background-color: #df0012;
}
.core{
    margin-bottom: 107px;
}
.core>span{
    display: block;
    width: 77%;
    margin: 90px auto;
    color: #333333;
    font-size: 1.6rem;
    line-height: 38px;
    text-align: center;
}
.core .fl{
    width: 40%;
    text-align: left;
}
.core .fl>img{
    width: 80%;
}
.core .fr{
    width: 60%;
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 15px;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
}
.core .fr>div{
    height: 180px;
    position: relative;
    border: 1px solid #f4a732;
    border-radius: 30px;
    transition: all .5s;
}
.core .fr>div:nth-of-type(2){
    border-color: #329ddb;
}
.core .fr>div:nth-of-type(3){
    border-color: #3dbf72;
}
.core .fr>div:nth-of-type(1):hover{
    border-color: #fff;
    background: -webkit-linear-gradient(#f3b032, #f49e30); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f3b032, #f49e30); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f3b032, #f49e30); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f3b032, #f49e30); /* 标准的语法 */
}
.core .fr>div:nth-of-type(2):hover{
    border-color: #fff;
    background: -webkit-linear-gradient(#3cb7ed, #33a0dc); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#3cb7ed, #33a0dc); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#3cb7ed, #33a0dc); /* Firefox 3.6 - 15 */
    background: linear-gradient(#3cb7ed, #33a0dc); /* 标准的语法 */
}
.core .fr>div:nth-of-type(3):hover{
    border-color: #fff;
    background: -webkit-linear-gradient(#3dbf72, #3cb77a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#3dbf72, #3cb77a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#3dbf72, #3cb77a); /* Firefox 3.6 - 15 */
    background: linear-gradient(#3dbf72, #3cb77a); /* 标准的语法 */
}
.core .fr>div:nth-of-type(4):hover{
    border-color: #fff;
    background: -webkit-linear-gradient(#ef5883, #fb7d72); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ef5883, #fb7d72); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ef5883, #fb7d72); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ef5883, #fb7d72); /* 标准的语法 */
}
.core .fr>div:hover{
    transform: translateY(-15px);
}
.core .fr .box{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 9px;
}
.core .fr>div img{
    padding: 12px 0px;
    vertical-align: top;
    margin-right: 16px;
}
.core .fr .box>div{
    width: calc(100% - 108px);
    display: inline-block;
}
.core .fr .box>div>p{
    color: #333333;
    font-size: 2.1rem;
    margin-bottom: 20px;
}
.core .fr .box>div>span{
    color: #999999;
    font-size: 1rem;
    line-height: 22px;
}
.core .fr>div:hover p{
    color: #fff;
}
.core .fr>div:hover span{
    color: #fff;
}




@media (max-width: 767px){
    .advantage_box .advantage{
        grid-template-columns: repeat(auto-fill,minmax(50%,1fr));
    }
    .system>p{
        font-size: 1.6rem;
        line-height: 33px;
    }
    .system>span{
        display: block;
        padding: 0px 10px;
    }
    .system_img{
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .system2>p{
        margin: 40px 0px;
        padding: 0px 10px;
        text-align: left;
        font-size: 2.3rem;
    }
    .perplex{
        height: auto;
        margin-bottom: 0px;
    }
    .perplex .perplex_box>p{
        position: relative;
        right: inherit !important;
        top: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
        margin-bottom: 20px;
        text-align: center;
    }
    .perplex .perplex_box>span{
        display: none;
    }
    .superiority{
        width: 100%;
        grid-template-columns: repeat(auto-fill,minmax(186px,1fr));
        margin: 40px auto;
    }
    .trait{
        text-align: center;
        margin-top: 80px;
    }
    .trait>p,.trait>span{
        position: relative;
        top: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
        right: inherit !important;
    }
    .trait>p{
        margin-bottom: 10px;
    }
    .trait>span{
        display: block;
        margin-bottom: 30px;
    }
    .very_box{
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .Smart_text{
        padding: 0px 10px;
    }
    .Smart_text>a{
        margin: 0px auto 60px;
    }
    .Smart_img>img{
        width: 100%;
    }
    .seo_img>img{
        width: 100%;
    }
    .HomePage_box{
        grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
    }
    .core{
        margin-bottom: 40px;
    }
    .core>span{
        width: 100%;
        padding: 0px 10px;
        margin: 40px auto 40px;
    }
    .core .fl,.core .fr,.core .fl>img{
        width: 100%;
    }
    .core .fl>img{
        margin-bottom: 40px;
    }
    .advantage_box{
        margin-bottom: 40px;
    }
    .system_img2{
        text-align: center;
        margin-bottom: 0px;
    }
    .plate_title>p{
        font-size: 1.6rem;
    }
    .trait_box{
        margin-bottom: 0px;
    }
    .superiority_a{
        margin-bottom: 0px;
    }
    .Smart_box{
        padding: 40px 0px 0px;
    }
    .Smart_text>p{
        margin-bottom: 40px;
    }
    .Smart_text>span{
        font-size: 1.6rem;
    }
    .HomePage_a{
        margin: 40px auto;
    }
    .HomePage{
        margin-bottom: 0px;
    }
}