/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;

    outline: none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden
{
    display: none;
}



.wrapper .right .cont {
    padding: 40px 0;
    color: #666666;
}
.showproduct .showImg {
    width: 430px;
    height: 430px;
}
.showproduct .showImg .showImg_left {
    width: 430px;
    height: 430px;
    position: relative;
    overflow: hidden;
}
.showproduct .showImg .showImg_left .hd {
    position: absolute;
    bottom: 30px;
    right: 20px;
    height: 12px;
    z-index: 1;
}
.showproduct .showImg .showImg_left .hd ul {
    display: inline-block;
}
.showproduct .showImg .showImg_left .hd ul li {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background-color: #009b4c;
    border-radius: 10px;
    text-indent: -999px;
    cursor: pointer;
    margin-left: 10px;
}
.showproduct .showImg .showImg_left .hd ul li.on {
    background-color: #ed8e06;
}
.showproduct .showImg .showImg_left .bd {
    width: 430px;
    height: 430px;
}
.showproduct .showImg .showImg_left .bd ul {
    display: inline-block;
}
.showproduct .showImg .showImg_left .bd ul li {
    float: left;
}
.showproduct .showImg .showImg_left .bd ul li img {
    width: 428px;
}
.showproduct .baseInfo {
    width: 470px;
    margin-top: 28px;
        margin-left: 27px;
}
.showproduct .baseInfo .t {
    border-bottom: 1px dotted #dedede;
    display: block;
    font-size: 27px;
    color: #2f2e2e;
    font-weight: bold;
    padding-bottom: 10px;
}
.showproduct .baseInfo .desc {
    font-size: 15px;
    padding-top: 18px;
    color: #999;
    line-height: 30px;
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
}
.showproduct .baseInfo .webtel {
    padding-top: 23px;
    font-size: 18px;
    font-family: "AvantGardeITVbyBT Book", arial;
}
.showproduct .baseInfo .webtel strong {
    font-size: 40px;
    color: #016ce2;
    font-weight: bold;
    line-height: 40px;
}
.showproduct .detaiInfo .title2 {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.showproduct .detaiInfo .title2 h3 {
    font-size: 22px;
    color: #333;
}
.showproduct .detaiInfo .title2 s {
    width: 80px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #016ce2;
}
.showproduct .detaiInfo .info {
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 31px;
}
.showproduct .detaiInfo .info img{
    width: 100%;
}