.btn-myfirst{
    position: relative;
    width: fit-content;
    height: 68px;
    line-height: 68px;
    padding: 0 34px;
    font-size: 30px;
    margin: 20px auto 0;
    display: block;
    background-image: linear-gradient(134deg, #FFB08C 10%, #FF7B7F 88%);
    color: #ffffff;
    border-radius: 60px;
    transition: .25s;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    overflow: hidden;
    opacity: .85;
}
.btn-myfirst:hover{
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.3);
    transform: translateY(-5px);
    opacity: 1;
}
.btn-myfirst:before{
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: myfirst 5s linear infinite;
}
@keyframes myfirst {
    75%   {transform: skewX(-45deg) translateX(0);transition: all 0.5s ease-in-out;}
    100% {transform: skewX(-45deg) translateX(35em);transition: all 0.5s ease-in-out;}
}
.btn-myfirst:hover{transform: translateY(-10px)}



/*------------------------------banner区域开始------------------------------*/
.banner{
    position: relative;
    height: 700px;
}
.banner video{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner button{
    position: relative;
    z-index: 1;
}
.banner .lunbo{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(8,8,9,0.4);
}
.banner .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .swiper-slide p{
    text-align: center;
    font-size: 49px;
    color: #fff;
    padding: 80px 0 20px;
    margin-top: -50px;
}
.banner .swiper-slide p span{
    color: red;
    font-weight: 600;
}
.banner .swiper-slide p .span{
    color: #f8d34b;
    padding: 0 20px;
    font-weight: 500;
}
.banner-pinggu{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 40px;
    left: 0;
    width: fit-content;
    padding: 30px;
    margin: 40px auto 0;
    /*background-color: rgba(0,0,0,.5);*/
    border-radius: 6px;
}
.banner-pinggu p{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.banner-pinggu>div{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.banner-pinggu>div .iptdiv{
    display: flex;
    height: 50px;
    width: 500px;
    border: 1px solid #80b2ff;
    padding: 0 0 0 20px;
    font-size: 18px;
    background-color: rgba(240,242,247,1);
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}
.banner-pinggu>div .iptdiv input{
    flex: 1;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
}
.banner-pinggu>div .iptdiv img{
    width: 44px;
}
.banner-pinggu>div>button{
    padding: 0 15px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(-30deg,#003ce4,#0069ff);
    border-radius: 4px;
}
.banner-pinggu>div>button:hover{background-image: linear-gradient(-30deg,#0069ff,#0069ff);}


/*------------------------------内容开始------------------------------*/
.dzcon01{padding: 80px;}
.dzcon01>button{margin-top: 40px}
.dzcon01 h3{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
}
.dzcon01 .dl_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dzcon01 .dl_con .contItem{
    display: flex;
    width: 47%;
    margin-right:3%;
    background-repeat: no-repeat;
    background-size: 109px;
    /* padding-left: 150px; */
    box-sizing: border-box;
    margin-top: 60px;

}
.dzcon01 .dl_con .contItem div{
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dzcon01 .dl_con .contItem img{
    height: 100px;
}
.dzcon01 .dl_con .contItem h5{
    font-weight: 700;
    /* margin-bottom: 15px; */
    font-size: 26px;
}
.dzcon01 .dl_con .contItem p{
    font-size: 18px;
    line-height: 1.6;
}



/*------------------------------案例开始------------------------------*/
.al{margin-top: 40px}
.al .common-title{margin-bottom: 1.5rem}
.al>img{
    width: 75%;
    margin: 0 auto 30px;
    cursor: pointer;
}







/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
/******************************以下是移动端样式*******************************/
body[data-mobile] .banner video{height: 2rem}
body[data-mobile] .banner-pinggu{
    bottom: 0.2rem;
    padding: 0;
    width: auto;
    margin: 0.12rem 0.12rem 0;
    border-radius: 0.08rem;
}
body[data-mobile] .banner-pinggu>div{margin-top: 0}
body[data-mobile] .banner-pinggu>div .iptdiv{
    flex: 1;
    width: auto;
    height: 0.34rem;
    padding-left: 0.12rem;
    font-size: 0.14rem;
    border-radius: 0.08rem;
}
body[data-mobile] .banner-pinggu>div .iptdiv input{font-size: 0.14rem}
body[data-mobile] .banner-pinggu>div>button{
    padding: 0 0.12rem;
    margin-left: 0.1rem;
    font-size: 0.14rem;
    border-radius: 0.04rem;
}
body[data-mobile] .banner-pinggu>div .iptdiv img{width: 0.34rem;}
body[data-mobile] .img-wxCont{
    position: relative;
    left: -28%;
    width: 156%!important;
    margin-bottom: -0.2rem;
}
body[data-mobile] .banner .swiper-slide p{
    line-height: 0.24rem;
    margin-top: 0.0rem;
    font-size: 0.18rem!important;
    padding: 0;
}
body[data-mobile] .banner .swiper-slide p .span{padding: 0 0.06rem}
body[data-mobile] .dzcon01{padding: 0.4rem 0 0}
body[data-mobile] .dzcon01 h3{
    margin-bottom: 0.25rem;
    line-height: 0.32rem;
    font-size: 0.24rem;
}
body[data-mobile]  .dl_con{padding: 0 0.06rem}
body[data-mobile]  .dl_con .contItem{
    width: 50%;
    padding: 0 0.06rem;
    margin: 0;
}
body[data-mobile]  .dl_con .contItem:nth-child(2)~.contItem{margin-top: 0.12rem}
body[data-mobile]  .dl_con .contItem img{height: .44rem}
body[data-mobile]  .dl_con .contItem div{
    display: block;
    padding-left: 0.12rem
}
body[data-mobile]  .dl_con .contItem h5{font-size: 0.18rem}
body[data-mobile]  .dl_con .contItem p{
    margin-top: 0.1rem;
    font-size: 0.14rem
}
body[data-mobile] .al>img{width: 100%}






































