﻿#floatad1 {
	
}
#floatad1 table{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:0px;
}
#floatad1 table td{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:0px;			
}
#floatad1 table .zhuti{
	background:#FFFFFF url('qq_bg.gif') repeat-y center;
	padding:8px 0px;
	margin:0px;
}

#floatad1 table .zhuti .td_left{
	padding:4px 0px 4px 12px;
}
#floatad1 table .zhuti .td_right{
	padding:2px 5px 2px 2px;
	font-family:微软雅黑;
}
#floatad1 table .zhuti .td_right a{
	color:#6699FF;
}

/* 设置轮播容器的样式 */
    .carousel-container {
      display: grid;
      width: 100%;
     height: 300px;
      margin: auto;
	    position: relative;
      overflow: hidden;
    }
 .carousel-container video {

 max-width: 100%; /* 确保视频不会超过容器宽度 */
  max-height: 100%; /* 可选，确保视频不会超过容器高度 */
    }

    /* 设置轮播图片的样式 */
    .carousel-slide {
      display: none;
      width:500px
       height: 300px;
    }

   .video-slide {
     
      width:500px
       height: 300px;
    }
	
 .carousel-slide.active {
      display: block;
      opacity: 1;
    }
	
   .carousel-dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
    }

    .dot {
      height: 10px;
      width: 10px;
      background-color: #fff;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
    }

    .dot.active {
      background-color: #555;
    }