/* css 重置 */

*,body {
    margin: 0;
    padding: 0;
  /*  list-style: none;*/
}

body {
    background: #fff;
    font: normal 12px/22px 微软雅黑;
}
li,ul{ margin: 0; padding: 0;}
a{text-decoration: none;}
img {border: 0;}
/* 本例子css */

.parHd {float: left;background-color: #f0f2f5;width: 195px;height: 680px;}
 .parHd ul {border-top: 1px solid #ebebeb;list-style: none;}
 .parHd ul li {
     display: block;background-color: inherit;color: #333333;padding:65px 0px;width: 100%;border: none;outline: none;text-align: left;cursor: pointer;transition: 0.3s;font-size: 24px;
     display: flex;justify-content: center;
}
.parHd ul li span{ position: relative;}
.parHd ul li span img{display: none;}
.parHd ul li.on span img{ display: block; position: absolute; right: -15px; top:5px;}
.parHd ul li.on {width: 100%;background-color:#fff;border-left: 3px solid #029cc0;color: #029cc0;}
 .slideBox {
    overflow: hidden;
    zoom: 1;
    padding:0px;
    position: relative;
     border: 1px solid #ebebeb;
     border-left: none;
     height: 680px;
}
 .sPrev,.sNext {
    position: absolute;
    left: 0px;
    top: 25%;
    display: block;
    width: 32px;
    height: 350px;
    background: url(../images/sy_img16.png) center center no-repeat;
     z-index: 999;
}

 .sNext {
    left: auto;
    right: 0px;
    background: url(../images/sy_img17.png) center center no-repeat;
}

 .parBd ul {overflow: hidden;zoom: 1;list-style: none;}

 .parBd ul li {float: left;position: relative;}

.parBd ul li .pic {text-align: center;}

 .parBd ul li .pic img {
    width: 450px;
    height: 385px;
    display: block;
    padding: 2px;
}


.parBd ul li .description {
    position: absolute;
    width: 280px;
    height: 145px;
    background: #372d2b;
    padding: 20px 10px 10px 20px;
    top:120px;
    left: 420px;
    color:#fff
}
 .parBd ul li .description h4{
    color: #cca552;
    height: 40px;
    line-height: 40px;
}
.parBd ul li .description a{
    color: #fff;
    float: right;
    margin-top: 10px;
    background: #7c0002;
    border-radius: 5px;
    padding: 3px 10px;
}

/*新增视频*/
.video-show{background-color: rgba(0,0, 0, 0.5);position: fixed;left:0;top:0;width:100%;height:100%;z-index:9999;display:none}
.video-play{width:860px;height:75%;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;padding:30px;}
.video-play h2{text-align:center;margin-top:20px;font-size:30px;font-family:"æ¥·ä½“"}
#mp4{width:700px;height:512px;background:#000;margin:30px auto;display:block;}
.video-play span{
    /* background: #df0716; */
    color: #fff;
    transition: all 0.2s;
    width: 160px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    margin: 20px auto;
    font-size:20px;
    cursor:pointer;
    position: absolute;
    left: 50%;
    margin-left: 330px;
    top: 0;
}
.video-play span img{transition:all 0.6s;}
.video-play span:hover img{transform:rotate(90deg);}