/* 本例子css */
.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    width: 10px;
    height: 11px;
    border-width: 2px;
    border-color: rgba( 255, 255, 255 ,0.502);
    border-style: solid;
    border-radius: 50%;
    transition: all .4s;
    background: transparent;
}

.slideBox .hd ul li.on {
    background: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.lun_data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    color: #fff;
    padding-top: 236px;
    padding-left: 254px;
    /* border: 1px solid red; */
    z-index: 99;
}

.lun_data h1 {
    font-size: 48px;
    margin-bottom: 30px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
}

.lun_data h2 {
    width: 710px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 38px;
}

.lun_data a {
    width: 150px;
    height: 45px;
    background: rgba(208, 11, 60, 1);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}
/* 转-public */
/* 合作伙伴 */
.picScroll-left{ 
    overflow:hidden; 
    position:relative; 
    margin-right: -20px;
}
.picScroll-left .hd{ 
    width: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    bottom: 0px;
    z-index: 1;
    padding: 50px 0 88px;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
    display:block;  
    width:5px; 
    height:9px; 
    float:right; 
    margin-right:5px; 
    margin-top:10px;  
    overflow:hidden;
     cursor:pointer; 
     background:url("../images/arrow.png") 0 0 no-repeat;
    }
.picScroll-left .hd .next{ 
    background-position:0 -50px;  
}
.picScroll-left .hd .prevStop{ 
    background-position:-60px 0; 
}
.picScroll-left .hd .nextStop{ 
    background-position:-60px -50px; 
}
.picScroll-left .hd ul{ 
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.picScroll-left .hd ul li{ 
    display: inline-block;
    width:10px; 
    height:10px; 
    overflow:hidden; 
    margin-right:5px; 
    text-indent:-999px; 
    cursor:pointer; 
    background:url("../images/par_ico.png") -16px -4px no-repeat; 
    margin-top:10px;
    margin-right: 20px;
}
.picScroll-left .hd ul li.on{ 
    width: 14px;
    height: 14px;
    background-position:-1px -2px; 
}
.picScroll-left .bd ul{ 
    zoom:1; 
    margin-right: -20px !important;
}
.picScroll-left .bd ul li{ 
    margin-right: 20px;
    display: inline-block;
    _display:inline; 
    overflow:hidden; 
    text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ 
    width:185px; 
    height:105px; 
    display:block; 
}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }


/* 更多 */
.i_more_w{
    margin-top:30px;
}
.i_more{
    display: block;
    margin: 0 auto;
    
    width: 139px;
    height: 38px;
    border-width: 1px;
    border-color: rgb( 28, 185, 158 );
    border-style: solid;
    border-radius: 19px;
    font-size: 12px;
    color: #1cb99e;
    text-align: center;
    line-height: 38px;
}
.i_more:hover{
    background-color: rgb( 28, 185, 158 );
    color: #fff;
}
