


.alertFloating{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.4);
}
.alertFloating .shadow{

position: absolute;

width: 100%;

height: 100%;

left: 0;

top: 0px;
}
.alertFloating .center{

z-index: 3;

position: absolute;

top: 50%;

left: 50%;

-o-transform: translate(-50%, -50%);

-webkit-transform: translate(-50%, -50%);

-moz-transform: translate(-50%, -50%);

-ms-transform: translate(-50%, -50%);

transform: translate(-50%, -50%);

z-index: 4;

background: #FFFFFF;

max-width: 100%;

padding: 2.6%;

width: 78%;

width: 666px;
}
.alertFloating .center .content{

position: relative;

overflow: hidden;

zoom: 1;
}

.alertFloating .center .btn1.swiper-button-prev:before,
.alertFloating .center .btn1.swiper-button-next:before{
    display: none;
}

.alertFloating .center .btn1.swiper-button-next{

width: auto;

height: auto;

margin: 0;

background: url(../images/xia.png) no-repeat right center;

padding-right: 12px;

font-size: 14px;

font-family: Microsoft YaHei;

font-weight: 400;

color: #727272;

-webkit-transition:all 0.3s;

-o-transition:all 0.3s;

-moz-transition:all 0.3s;

-ms-transition:all 0.3s;

transition:all 0.3s;

margin-top: -7px;

right: 0;

top: auto;

bottom: 10px;

display: none;
}
.alertFloating .center .btn1.swiper-button-prev{

right: c;

width: auto;

height: auto;

margin: 0;

background: url(../images/shang.png) no-repeat left center;

padding-left: 12px;

font-size: 14px;

font-family: Microsoft YaHei;

font-weight: 400;

color: #727272;

-webkit-transition:all 0.3s;

-o-transition:all 0.3s;

-moz-transition:all 0.3s;

-ms-transition:all 0.3s;

transition:all 0.3s;

left: auto;

top: auto;

right: calc(519/1920*100vw);

display: none;

bottom: 10px;
}


.alertFloating .center .btn1.swiper-button-next:hover{
background: url(../images/xiahover.png) no-repeat right center;
color: #0068B6;
}
.alertFloating .center .btn1.swiper-button-prev:hover{
background: url(../images/shanghover.png) no-repeat left center;
color: #0068B6;
}



.alertFloating .center .left .imgbox i:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.alertFloating .center .left .imgbox i{
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 400px;
    top: 50%;
    margin-top: -25px;
    /* left: 0; */
    z-index: 4;
}

.alertFloating .center .left .imgbox i:hover{
    background: linear-gradient(86deg, #00A0E9 0%, rgba(0,197,59,0.89) 100%);
}
.alertFloating .center .left .imgbox i.leftBtn{
    
}
.alertFloating .center .left .imgbox i.rightBtn{
    
right: 0;
}
.alertFloating .center .left .imgbox i.leftBtn:after{
        background: url(../images/arr6.png) no-repeat center center;
    background-size: 20%;
}
.alertFloating .center .left .imgbox i.rightBtn:after{
        background: url(../images/arr7.png) no-repeat center center;
    background-size: 20%;
}


.alertFloating .center .left .imgbox i:hover.leftBtn:after {
    background: url(../images/arr8.png) no-repeat center center;
    background-size: 20%;
}
.alertFloating .center .left .imgbox i:hover.rightBtn:after {
    background: url(../images/arr2.png) no-repeat center center;
    background-size: 20%;
}






.alertFloating .center .close{

position: absolute;

width: 24px;

height: 24px;
z-index: 5;

right: 25px;

top: 25px;

background: url(../images/close4.png) no-repeat center center;

background-size: 100%;

cursor: pointer;

visibility: hidden;

-webkit-transform: scale(0);

-moz-transform: scale(0);

-ms-transform: scale(0);

-o-transform: scale(0);

transform: scale(0);

-webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;

-moz-transition: -moz-transform .3s 0s, visibility 0s .3s;

transition: transform .3s 0s, visibility 0s .3s;
}
.alertFloating .center .swiper-slide{padding:10px;}
.alertFloating .center .left{position: relative;left: 0;top: 0px;height: calc(460/1920*100vw);width: 100%;z-index: 5;float: left;box-shadow: 0px 0px 10px rgb(198 198 198 / 50%);}
.alertFloating .center .left .swiper-container{

height: 100%;
}
.alertFloating .center .left .swiper-wrapper{

height: 100%;
}
.alertFloating .center .left .swiper-slide{

height: 100%;

overflow: hidden;
}
.alertFloating .center .swiper-slide-active .left .imgbox{
    opacity:1;
    transform: translateX(0px);
}
.alertFloating .center .left .imgbox{
    
height: 100%;
    
overflow: hidden;
    
position: relative;
    
-webkit-transition: all 0.2s;
    
-o-transition:all 0.2s;
    
-moz-transition:all 0.2s;
    
-ms-transition:all 0.2s;
    
transition:all 0.2s;
    
transform: translateX(-50px);
    
opacity: 0;
}
.alertFloating .center .left .imgbox img.active{
    display: block;
    z-index: 2;
}
.alertFloating .center .left .imgbox img{

width: 100%;

height: 100%;

object-fit: cover;

position: absolute;

left: 0px;

top: 0px;

display: none;
}
.alertFloating .center .left .imgbox img:nth-child(1){
    display: block;
}
.alertFloating .center .right{

position: absolute;

z-index: 4;

/*width: calc(100% - calc(767/1920*100vw));*/
width: 45%;

float: right;

right: 0;

top: 0px;

height: 100%;

overflow: hidden;

padding-left: calc(55/1920*100vw);
}
.alertFloating .center .right .title{

font-size: 26px;

font-family: Microsoft YaHei;

font-weight: bold;

color: #0068B6;

padding-top: 11px;

line-height: 1.3;

overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 2;

-webkit-box-orient: vertical;
}
.alertFloating .center .right .dec{

font-size: 14px;

font-family: Microsoft YaHei;

font-weight: 400;

color: #727272;

line-height: 40px;

padding-top: 5%;

height: calc(100% - 120px);

overflow: auto;

/* margin-bottom: 5%; */

padding-right: 3%;
}


.alertFloating .center .right .dec::-webkit-scrollbar {
    width: 5px;    
    height: 1px;
}
.alertFloating .center .right .dec::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0068B6
}
.alertFloating .center .right .dec::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ddd;
}


@keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.alertFloating .center .right{
    /* opacity: 0; */
}
.alertFloating.current .center{
    width: 78%;
}

.current.alertFloating .center .left{
    width: calc(767/1920*100vw);
    overflow: hidden;
}
.current.alertFloating .center .close{
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
    transition: transform .3s 0s, visibility 0s 0s;
    transition-delay: .6s;
}
.alertFloating{
    display: none;
}
.current.alertFloating .center .right {


}
.alertFloating .center .right .title{
    transform: translate(-40px , 0);
    opacity: 0;
}
.alertFloating .center .right .dec{
    transform: translate(-40px , 0);
    opacity: 0;
}
.current.alertFloating .center .right .title{
    transition-delay: .7s;
    transform: translate(0px , 0);
    opacity: 1;
}
.current.alertFloating .center .right .dec{
    transition-delay: .8s;
    transform: translate(0px , 0);
    opacity: 1;
}
.current.alertFloating .center .right .dec img{
    width: 100% !important;
    height: auto !important;
}
.current.alertFloating .center .right .dec p{
    line-height: 1.6;
}


.current.alertFloating .center .btn1.swiper-button-next{
display: block;
}
.current.alertFloating .center .btn1.swiper-button-prev{
background: url(../images/shanghover.png) no-repeat left center;
display: block;
}


.alertFloating .center .btn2.swiper-button-next{
left: calc(100% - 656px);
right: auto;
display: none;
}
.alertFloating .center .btn2.swiper-button-prev{
left: 0;
z-index: 55;
display: none;
}
.current.alertFloating .center .btn2.swiper-button-next{
}
.current.alertFloating .center .btn2.swiper-button-prev{

}