.picShow{
    height:67%;
    width:100%;
    min-width:1200px;
    min-height:395px;
    background:url("../image/picshow/show_bg.png") 0 0 no-repeat;
    background-size:cover;
    position:relative;
    overflow: hidden;
    top:13px;
}
#pichead{
    background:url("../image/picshow/pic_head.png") no-repeat;
    background-size:cover;
    width:21%;
    height:30%;
    min-height:199px;
    float:left;
    margin-top:7.8%;
    margin-left:18%;
}
#pichead #p1{
    margin-top:40px;
}
#pichead p{
    font-size:10px;
}
#pichead h1{
    margin-top:17px;
    font-size:16px;
}
#pichead a{
    position:relative;
    top:28px;
}
#pichead p,#pichead h1,#pichead a{
    margin-left:15px;
}

.pic {
    position: absolute;
    width: 45%;
    height: 30%;
    height: 199px;
    float: left;
    margin-left: 39%;
    margin-top: 7.8%;
    overflow: hidden;
}
.pic span {
    width: 100%;
    height: 100%;
    float: left;
    transition-duration: 0.3s;
    position: relative;
}
.pic span div {
	width:24%;
    width: calc(98% /8);
    height: 100%;
    float: left;
    transition-duration: 0.3s;
    position: relative;
}
.pic div div.sec01 {
    background:url("../image/picshow/pic01.png") no-repeat;
}
.pic div div.sec02 {
    background:url("../image/picshow/pic02.png") no-repeat;
}
.pic div div.sec03 {
    background:url("../image/picshow/pic03.png") no-repeat;
}
.pic div div.sec04 {
    background:url("../image/picshow/pic04.png") no-repeat;
    /*float:right;*/
}

.pic div div.sec01, .pic div div.sec02, .pic div div.sec03,.pic div div.sec04{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*.kwicks {*/
    /*list-style:none;*/
    /*position:relative;*/
    /*margin:0;*/
    /*padding:0*/
/*}*/
/*.kwicks li {*/
    /*float:left;*/
    /*width:110px;*/
    /*height:100px;*/
    /*!*margin-right:5px*!*/
/*}*/
/*.kwicks.horizontal li {*/
    /*!*margin-right:5px;*!*/
    /*float:left;*/
    /*background-position:left;*/
    /*background-size:cover;*/
/*}*/
/*#kwick1 {*/
    /*background-color:#53b388;*/
    /*background-image:url("../image/picshow/pic01.png")*/
/*}*/
/*#kwick2 {*/
    /*background-color:#5a69a9;*/
    /*background-image:url("../image/picshow/pic02.png")*/
/*}*/
/*#kwick3 {*/
    /*background-color:#c26468;*/
    /*background-image:url("../image/picshow/pic03.png")*/
/*}*/
/*#kwick4 {*/
    /*background-color:#bf7cc7;*/
    /*background-image:url("../image/picshow/pic04.png");*/
    /*margin-right:0;*/
/*}*/
/*.active{*/
    /*width:128px!important;*/
    /*transition:width 0.3s;*/
/*}*/
/*.noact{*/
    /*width:104px!important;*/
    /*transition:width 0.1s -0.1s;*/
/*}*/