﻿body {
    /* width: 1280px;*/
    padding: 0;
    margin: 0;
    font: 14px Arial,"\5FAE\8F6F\96C5\9ED1";
    background-color: #f4f4f4;
}

.banner_img, .top {
    /*height: 300px;*/
    /*width: 1280px;*/
    /*max-width: 1902px;*/
    overflow: hidden;
    margin: 0 auto;
}

.lefeimg img {
    height: 197px;
}

    .lefeimg img:nth-child(2n+2) {
        margin-left: 2px;
    }


.imgWidth {
    width: 100%;
    max-width: 1902px;
}

.imgbox {
    width: 1210px;
    margin: 0px auto;
    padding: 0px;
    margin-top: 30px;
    height: 480px;  
}

.image {
    float: left;
    /*border: 1px solid #ccc;*/
    margin: 10px 10px;
    padding: 6px;
    display: inline;
    background-color: white;
    text-align: center;
    height: 250px;
    width: 269px;
}

.playicon {
    margin-left: -150px;
    margin-top: 67px;
    position: absolute;
    cursor: pointer;
}

.img-shadow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 2;
}

.img-panel {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.img-close {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #606266;
    border-radius: 50%;
    z-index: 101;
    cursor: pointer;
    color: #ddd;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
}
/*.icon-close:before {
        content: "\e685";
    }*/
#life {
    /*width: 1200px;*/
    margin: 0 auto;
}

.imgback {
    margin: 10px 10px 20px 10px;
}

.imgclick {
    cursor: pointer;
}
.title, .logo {
    cursor: pointer;
}