﻿

.p-right{
    display: inline-block;
    width: 1015px;
    margin-left: 30px;
    vertical-align: top;
}

    .home-container{
        width: 100%;
        margin: 0px;
        padding-top: 30px;
        border-bottom: none;
    }

    .right-container{
        width: 100%;
        background: white;
        padding-top: 45px;
        position: relative;
    }


    /* 轮播 */


    .pikachoose {width: 520px;border-right: 1px solid #d8d8d8;display: inline-block;margin-bottom: 60px;margin-left: 50px;}

    /* Style the thumbnails */
    .pika-thumbs{ padding: 0 16px; height: 75px; display: inline-block;}
    .pika-thumbs li{ width: 144px; height:74px;padding: 0; overflow: hidden;
        float: left; list-style-type: none; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;display: inline-block;}
    .pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;background: url(../img/img-bg.jpg) no-repeat;}
    
    
    .pika-stage, .pika-textnav {width: 510px;height: 360px;}
.pika-stage{background: url(../img/img-bg.jpg) no-repeat;}
    
    .pika-stage img{width: 320px;height: 320px;}
    
    .pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
    
    .pika-textnav {overflow: hidden;top:0px; position:absolute;}
    .pika-textnav a {
        font-size: 12px; 
        text-decoration: none; 
        color: #333; 
        padding: 4px;
        position: relative;
        left: 415px;
    }
    .pika-textnav a.previous { height: 12px;width: 40px; display: block;background: url(../img/pd-prev.jpg) no-repeat;cursor: pointer;display: inline-block;}
    .pika-textnav a.next { height: 12px; width:40px;display: block;position: absolute;top: 340px;background: url(../img/pd-next.jpg) no-repeat;cursor: pointer;display: inline-block;}
    
    /*for the tool tips*/
    .pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
    .pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}
    
    /* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
    .pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
        text-align:right; position:absolute; top:15px; right:15px; }
    
    .pika-thumbs li{width: 90px; height:55px;}
    .pikachoose{width:510px; position:relative;display: inline-block;}
    #pikame{width: 95px;}
    .pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
    .pika-thumbs li {
        width: 90px;
        height: 90px;
        margin-bottom: 12px;
     }
     .pika-thumbs li img{
        display: inline-block;
        width: 100%;
        height: 100%;
        opacity: 1 !important;
     }
     .pika-thumbs li.active{
         box-sizing: border-box;
         border: 3px solid #df8e51;
     }
    /* jCarousel Styles */
    /*if you're not using the carousel you can delete everything below this */
    .jcarousel-skin-pika{position:absolute;top:30px;right:-6px;}
    .jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 310px; overflow:hidden;}
    .jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 310px;}



    /* 右边文字 */
    .right-r{
        display: inline-block;
        width: 410px;
        height: auto;
        position: absolute;
        right: 0px;
        top: 45px;
    }
    .right-r h1{
        font-size: 24px;
        line-height: 24px;
        color: #4e1300;
        margin-bottom: 16px;
    }
    .right-r p{
        font-size: 16px;
        color: rgba(78,19,0,0.6);
        margin-bottom:10px;
        vertical-align: top;
    }
    .right-r p:nth-child(3) a{
        position: relative;
        top: 3px;
    }
    .right-r .r-code{
        margin-top: 17px;
    }
    .right-r .r-code>span{
        vertical-align: top;
    }
    .right-r p:last-child a{
        display: inline-block;
        width: 80px;
        height: 30px;
        border: 1px solid #4e1300;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        line-height: 30px;
        text-align: center;
        color: #4e1300;
        font-size: 14px;
        margin-top: 5px;
}




/* 参数 */
/* tab   选项卡样式  
--------------------------------------------------------------------*/
.tab {
    width: 910px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.tab .hd {
    width: 100%;
	margin-bottom: 30px;
	font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #df8e51;
}
.tab .hd ul {
	width: 100%;
    height: auto;
}
.tab .hd ul li {
    display: inline-block;
    width: 100px;
    height: 45px;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #d8d8d8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.tab .hd ul li{
    /* white-space: nowrap; */
    font-size: 16px;
	line-height: 45px;
	text-align: center;
	border-bottom: none;
	color: #666666;
	background: url(../../img/common/input.gif) repeat-x left top;
	_display: inline-block;
}
.tab .hd ul li.on {
	color: white;
    background: #df8e51;
    
}
.tab .bd ul {
	zoom: 1;
}
.tab .bd li {
    line-height: 36px;
    color: #666;
    font-size: 14px;
}
.tab .bd li .date {
	float: right;
	color: #999;
}
