#imgZoomImg {
    padding: 13px;
    background: #fff;
}
/*reset样式*/
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select{margin:0;padding:0;border:0;outline:none}body{font-family:"Microsoft YaHei";font-size:14px;min-width:1200px}img{border:none;vertical-align:middle}a{text-decoration:none;cursor:pointer}.width100{width:100%}.left{float:left}.right{float:right}fieldset,img,select{border:0;margin:0;padding:0}ul,li,dl,dt,dd,ol{list-style:none}q:before,q:after{content:''}a img,img{-ms-interpolation-mode:bicubic}pre{white-space:pre-wrap;word-wrap:break-word}.f-family{font-family:"Microsoft YaHei","宋体","arial","sans-serif"}html body.clear{background:none;border:0;margin:0;padding:0;clear:both;margin:0 auto}.ells{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}
a {
    color: #fff;
}
/*header部分开始*/
header {
    width: 100%;
    height: 731px;
    background: url("../img/news_head_bg.jpg") center center no-repeat;

}
.header_content {
    width: 1300px;
    margin: 0 auto;
    height: 731px;
    position: relative;
}
.nav {
    width: 1300px;
    height: 34px;
    position: absolute;
    top: 26px;
    left: 0;
}
.nav li {
    width: 16.6%;
    height: 34px;
    text-align: center;
    float: left;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
}
.nav li a {
    color: #000;
}

/*header部分结束*/
section {
    width: 100%;
    height: 1100px;
    background: url("../img/news_bd_bg.png") top center no-repeat;
}

.news_wrapper {
    width: 1250px;
    margin: 0 auto;
    padding-top: 12px;
    height: 1100px;
    box-sizing: border-box;
    position: relative;
}

.video_enjoy {
    width: 686px;
    height: 125px;
    background: url("../img/video_shown.png") center center/cover no-repeat;
    margin-left: 286px;
}

.change_nav {
    border-bottom: 1px dashed #56436a;
    text-align: center;
    height: 78px;
}

.change_nav a {
    display: inline-block;
    width: 160px;
    height: 60px;
    margin-left: 10px;
    text-align: center;
    line-height: 60px;
    color: #532715;
    border-radius: 10px;
    background: #f8efd3;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #340f0d;
    position: relative;
    z-index: 1;
}

.change_nav a:hover {
    color: #f8efd3;
    background: #de4d2c;
}

.change_nav a.on {
    color: #fff;
    background: #de4d2c;
}


.page {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    color: #8a8888;
    text-align: center;
    margin-top: 42px !important;
    margin-bottom: 30px;
}

.page a {
    color: #8a8888;
}

/*新闻内容结束*/
.foot p:last-of-type {
    margin-top: 15px !important;
}

.page span {
    padding: 3.5px 12.8px !important;
    margin: 3px;
    border: 1px solid #ccc;
}

/*底部跟分页开始*/

.foot {
    width: 100%;
    background: #393939;
    padding: 40px 0 26px 0;
    font-size: 12px;
}

.foot p {
    display: table;
    margin: 10px auto;
    color: #898989;
}

.foot p:nth-child(2) a {
    color: #FFFFFF;
}

.foot a {
    color: #898989;
    margin-left: 4px;
}

.foot_img_contetnt a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.foot .foot_img_contetnt {
    display: none;
}

.page a {
    padding: 3px 8px;
    margin: 3px;
    border: 1px solid #ccc;
}

.page span {
    padding: 3px 8px;
    margin: 3px;
}

.page span.current {
    color: #fff;
    background-color: #00B6F8;
}

/*底部跟分页结束*/
/*视觉鉴赏内容*/
.video_box {
    width: 1200px;
    min-height: 800px;
    margin: 0 auto;
}

.vid_box_ul li a {
    display: inline-block;
    width: 385px;
    height: 215px;
    position: relative;
}

.vid_box_ul li a .playshow {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    cursor: pointer;
}

.vid_box_ul li a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vid_box_ul {
    display: none;
    margin-top: 30px;
    min-height: 260px;
}

.vid_box_ul:first-child {
    display: block;
}

.vid_box_ul li p {
    margin-top: 10px;
}

.vid_box_ul li {
    width: 385px;
    height: 215px;
    float: left;
    margin: 0 15px 50px 0;
    text-align: center;
}
