/*****外围容器*****/
#slide {position: relative;height: 600px;overflow: hidden;}
#slide li {float: left;}
.pp{height:600px;overflow: hidden;}
.ces{height:600px;width:1200px;margin:0 auto;color:#787878;}
/*****触发器*****/
.switchable-triggers{position: absolute;bottom:6px;}
.switchable-triggers li{margin-left: 20px;cursor:pointer;width:10px;height:10px;background: #fff;border:1px solid #787878;border-radius: 100%;}
.switchable-triggers li:first-child{background:  #787878;}
.switchable-triggers li:hover{background: #787878;}
/******前进后退按钮******/
.jiantou{background:url(img.png)  no-repeat;}
.jiantou_r{height:50px;width:28px;background-position:0 0;}
.jiantou_l{height:50px;width:28px;background-position:-28px 0;}
#prev,#next{background: url("/images/sprites.png") no-repeat;width: 28px;height: 50px;}
#prev{left:50px;background-position: -88px 0;}
#next{right:50px;background-position: -60px 0;}
/*****轮播内容*****/
.skin-word-title{display:block;position:relative;height:0px;font-size:50px;left:260px;top:200px;}
.skin-word-content{display:block;position:relative;height:0px;font-size:30px;left:260px;top:260px;}
.cable-word-title{display:block;position:relative;font-size:50px;left:300px;top:200px;}
.cable-word-content{display:block;position:relative;font-size:30px;left:300px;top:200px;}
.pro-word-title{display:block;position:relative;font-size:50px;left:0px;top:200px;}
.pro-word-content{display:block;position:relative;font-size:30px;left:0px;top:200px;}
.tu{position: relative;left: 600px}
.tu2{float: left;position: relative;left: 300px}
.tu3{float: left;position: relative;}
/****动画****/
.ani0{animation:pic-move-skin 1s .5s ease-in-out both;}
.ani{animation:word-move-skin 1s 1s ease-in-out both;}
.anic{animation:wordc-move-skin 1s 1.5s ease-in-out both;}
.ani-cable{animation:pic-move-cable 1s .5s ease-in-out both;}
.ani-cable1{animation:word-move-cable 1s 1s ease-in-out both;}
.ani-cablec{animation:word-move-cable 1s 1.5s ease-in-out both;}
.ani-pro{animation:pic-move-pro 1s .5s ease-in-out both;}
.ani-pro1{animation:word-move-pro 1s 1s ease-in-out both;}
.ani-proc{animation:word-move-pro 1s 1.5s ease-in-out both;}
/****下部内容****/
/*.index{width:100%; height:auto; overflow:hidden;}
.index ul li{ float:left; width:49.8%; margin:0 0 5px 0; position:relative;transition:all 0.2s;}
.index ul li a { width: 100%;height: auto;display: block;overflow: hidden;}
.tm1{filter:Alpha(opacity=80); -moz-opacity:0.8;opacity: 0.8;transform:scale(0.98);}
.tm{transform:translateY(0px);transform:scale(1.02);z-index: 999;border:0px solid #fff !important;}
.index li.you{float:right;}
.index li img{ width:100%;}*/

@keyframes pic-move-skin{
  from{left:1200px;opacity: 0;}
  to{left:600px;opacity: 1;}
}
@keyframes word-move-skin{
from {top:500px;opacity: 0;}
to {top:200px;opacity: 1;}
}
@keyframes wordc-move-skin{
from {top:500px;opacity: 0;}
to {top:260px;opacity: 1;}
}

@keyframes pic-move-cable{
  from{left:-100px;opacity: 0;}
  to{left:300px;opacity: 1;}
}
@keyframes word-move-cable{
  from{left:600px;opacity: 0;}
  to{left:300px;opacity: 1;}
}
@keyframes pic-move-pro{
  from{left:-300px;opacity: 0;}
  to{left:0px;opacity: 1;}
}
@keyframes word-move-pro{
  from{left:600px;opacity: 0;}
  to{left:0px;opacity: 1;}
}