/*扫光样式代码开始*/
.logo1 {position:relative;float:left;margin-right:10px;padding:5px 0;overflow: hidden;}
.logo1 a:before{
content:"";
position: absolute;
left: -665px;
top: -460px;
width: 200px;
height: 5px; /*光柱大小*/
background-color: rgba(255,255,255,.5);/*光柱透明效果*/
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-180deg);/*角度倾斜45*/
-webkit-animation: searchLights 1s ease-in 1s infinite;
-o-animation: searchLights 1s ease-in 1s infinite;
animation: searchLights 3s ease-in 0s infinite;/*光扫过去的时间，自己修改，扫描时间or启动时间*/}
@-webkit-keyframes searchLights {
0% { left: 0px; top: 0; }
to { left: 120px; top: 100px; }
}
@-o-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@-moz-keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 100px; }
}
@keyframes searchLights {
0% { left: -100px; top: 0; }
to { left: 120px; top: 300px; }
}

/*Phone Customer service Style end*/
@media (max-width:768px){.home-dvertisement.top-dvertisement,.sucaihu_type_bj span .text-p{display:none}
.filter-dvertisement.top-dvertisement img{display:block!important;max-width:100%!important;height:auto!important;overflow:hidden!important}
.filter-dvertisement .ad_bottom,.hongse,.huangse,.lanse,.lvse,.sucaihu_type_bj{display:none}
}

.top-dvertisement{margin-top:0px}
.top-dver-item{float:left;position:relative}
.top-dver-item:nth-child(2n+0){float:right}
.top-dver-item img{width:100%;height:auto}
.img-info{position:absolute;right:5px;top:5px;padding:0;text-align:right;color:#fff}
.img-info i{position:relative;display:inline-block;color:rgba(251,251,251,.55);font-size:18px;line-height:19px;text-align:center;z-index:9;font-style:inherit;animation:fade 1s infinite;-webkit-animation:fade 1s infinite}
.img-info .info{position:absolute;bottom:1px;right:1px;width:0;padding:5px 0 5px;overflow:hidden;background:#ed1c24;border-radius:10px;line-height:10px;text-align:center;font-size:10px;color:#fff;white-space:nowrap}
.img-info .info a{color:#fff}
.h-images .item-tuwen .info a{display:inline-block!important;height:auto!important}
.inner:hover .info,.item-tuwen:hover .info,.top-dver-item:hover .info{width:auto;padding:5px 23px 5px 12px;-webkit-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-moz-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-ms-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-o-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;font-size:12px;z-index:1}
