.e_bannner {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/e_banner.jpg?ver=1.5);
    width: 100%;
    height: 418px;
}

.p_detail {
    position: relative;
    width: 100%;
    color: #777777;
    margin: 0px auto;
    background-color: white;
}

.p_detail ul {
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
    height: 360px;
}

.p_detail ul li {
    float: left;
    width: 296px;
    height: 363px;
    margin-left: 74px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px #EEECED;
    -moz-box-shadow: 0 0 3px #EEECED;
    -o-box-shadow: 0 0 3px #EEECED;
    box-shadow: 0 0 3px #EEECED;
    border-radius: 5px;
    border: 1px #e5e5e5 solid;
    background-color: white;
    font-size: 16px;
    color: #777777;
}

.p_detail li img {
    margin: 40px 0px 20px 0px;
    height: 77px;
}

.p_detail li p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.p_detail li div {
    text-align: left;
    width: 120px;
    margin-bottom: 12px;
    position: relative;
    margin-left: 98px;
}

.p_detail li + li div {
    margin-left: 106px;
}

.p_detail li + li + li div {
    width: 160px;
    margin-left: 81px;
}

.p_detail li div .point {
    position: relative;
    top: -2px;
}

.P_bottom {
    width: 100%;
    position: relative;
}

.P_bottom .item {
    width: 1200px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 30px;
}

.P_bottom .item .title {
    font-size: 18px;
    font-weight: bold;
    color: #777777;
}

.P_bottom .item .cont {
    background-image: url(../images/p_btm.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 25px;
    text-indent: 22px;
    margin-top: 15px;
    color: #777777;
}

.P_bottom .item .cont p {
    margin-bottom: 15px;
}

.p_video {
    background-color: #fafafa;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #777777;
    position: relative;
    padding: 40px 0px;
}

.p_video .title {
    color: #EA5E23;
    font-size: 30px;
    background-image: url(../images/videoIcon.png);
    background-position: 0px center;
    background-repeat: no-repeat;
    width: 255px;
    margin: 0 auto;
}

.p_video .title em {
    position: relative;
    top: -5px;
    margin: 0px 5px;
}

.p_video .desc {
    font-size: 18px;
    margin-top: 4px;
}

.p_video .videos {
    width: 918px;
    height: 516px;
    border: 1px #e5e5e5 solid;
    margin: 30px auto 15px;
}

.p_video .videos_share {
    display: none;
}

/*视频开始*/
.videoList {
    display: block;
    position: relative;
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.videoList .perVideo {
    width: 232px;
    height: 131px;
    cursor: pointer;
    position: relative;
    border: 1px #E4E8EB solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 7px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.videoList .perVideo.jiqiao {
    background-image: url("/eChan_product/images/videoList/jiqiao.png");
}

.videoList .perVideo.jieqi {
    background-image: url("/eChan_product/images/videoList/jieqi.png");
}

.videoList .perVideo.chanlunjiegou {
    background-image: url("/eChan_product/images/videoList/chanlunjiegou.png");
}

.videoList .perVideo.jidonglv {
    background-image: url("/eChan_product/images/videoList/jidonglv.png");
}

.videoList .perVideo.luoxuanlifa {
    background-image: url("/eChan_product/images/videoList/luoxuanlifa.png");
}

.videoList .perVideo:hover {
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.videoList .perVideo .videoInfo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 233px;
    position: absolute;
    left: 0px;
    top: 101px;
    color: white;
    background: url("/eChan_product/images/videoList/titleCover.png") 0px 0px no-repeat;
    padding: 0px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.videoList .perVideo .videoInfo .videoIcon {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 6px;
}

.videoList .perVideo .videoInfo .title {
    float: left;
    font-size: 14px;
}

.videoList .perVideo .videoInfo .details {
    float: right;
    text-align: center;
}

.videoList .perVideo .videoInfo .details .memName, .videoList .perVideo .videoInfo .details .tagInfo {
    float: left;
    font-size: 12px;
}

/*视频结束*/

