    #c1069731 ul.menu::after {  content: '';display: block; clear: both;}  
    #c1069731 ul.menu> li{float: left;line-height: 50px;  height: 50px; text-align: center;}
    #c1069731 ul.menu> li > a{ font-size:14px; color:#333;}   
    #c1069731 ul.menu> li > a { display:block; width:119.33px; height:50px;} 
    #c1069731 ul.menu> li:hover > ul.submenu {display: block;}
    #c1069731 ul.menu> li:hover >a{color:#fff; background:#ba0101;}
    #c1069731 ul.submenu { /*默认隐藏*/ display: none;  z-index: 999; position: absolute;  top: 218px;background:#d41515;}
    #c1069731 ul.submenu > li {} 
    #c1069731 ul.submenu > li > a{ padding: 8px 25px;font-size:12px; color:#fff; display:block; line-height:24px;} 
    #c1069731 ul.submenu > li > a:hover{color:#fff; background:#e72525;}  
    #c1069731 ul.submenu > li ul.ts02{ display:none;}
    #c1069731 ul.submenu > li:hover ul.ts02{ display:block; position:absolute; margin-left:133.33px; overflow:hidden; width:150px; margin-top:-40px;background:#be2d31;}  
    #c1069731 ul.submenu > li:hover ul.ts02 li a{font-size:13px; color:#fff; display:block; height:40px; line-height:40px;}   
    #c1069731 ul.submenu > li:hover ul.ts02 li a:hover{ background:#ba0101;}    
    #c1069731 ul.submenu > li:hover > a{color:#fff; background:#e72525;}  
.titlestyle1069518{ font-size: 9pt; color: #222222; text-decoration: none ;}

  /* 整个容器尺寸 */
    .swiper-container {
        width: 100%;
        height: 240px;}
  /* 分页符区域样式 */
  .c1069188myswiper-pagination
  {
       position: absolute;
       -webkit-transition: 300ms;
	  -moz-transition: 300ms;
	  -o-transition: 300ms;
	  transition: 300ms;
	  -webkit-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  bottom:10px;
	  right: 15px; 
	  z-index: 10;
          margin:0 3px;}
  /* 分页符 */
.c1069188myswiper-pagination-bullet
{
  margin: 0 3px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;}

  /* 当前分页符 */
.c1069188myswiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;}
