
 /* 本例子css */
       .index-row2 {
  min-width: 1200px;
  padding-top: 40px;}

.index-row2 .wrap {
  position: relative;}

.index-row2 .wrap .tit {
  position: absolute;
  width: 120px;
  padding-left: 80px;
  height: 90px;
  z-index: 999;
  opacity: 1;
  left: 66px;
  top: -30px;
  line-height: 90px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #011e57;}

.index-row2 .roundabout_box {
  position: relative;
  width: 1000px;
  height: 592px;
  margin: 0 auto;}

.index-row2 .roundabout-holder {
  height: 592px;
  margin: 0 auto;}

.index-row2 .roundabout-moveable-item {
  height:  592px;
  width: 1000px;
  position: relative;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.53);
  cursor: pointer;
  background: #fff;    min-height: 350px !important;    overflow: hidden;}

.index-row2 .roundabout-moveable-item .pic {
 
  transition: all ease .2s;}
.index-row2 .roundabout-in-focus .pic img {
  height:  592px;
  width: 100%;
 box-shadow: 10px 10px 10px rgba(0,0,0,.5);

 /*考虑浏览器兼容性*/

 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);

 -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);}
.index-row2 .roundabout-moveable-item .pic img {
  height: 592px;
  width: 100%;}



.index-row2 .roundabout-moveable-item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  background: #fff;}

.index-row2 .roundabout-moveable-item .text h6 {
  width: 100px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #011e57;
  height: 36px;
  line-height: 36px;}

.index-row2 .roundabout-moveable-item .text p {
  margin-top: 20px;
  color: #000;
  font-size: 21px;}

.index-row2 .roundabout-in-focus {
  cursor: auto;}

.index-row2 .roundabout li {
  margin: 0;}

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideBox .prev,
        .slideBox .next{ position:absolute; left:1056px; top:612px; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow111.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
        .slideBox .next{ left:auto; right:70px; background-position:8px 5px;}
        .slideBox .prev:hover,
        .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}
        .slideBox .prevStop{ display:none;}
        .slideBox .nextStop{ display:none;}
.wenzi a:hover{
color: red;}
