/**主体面板**/
.panel {
    margin: 0 0 55px 0;
    background: #fff;
}

.main .panel:nth-child(1) {
    margin-top: 115px;
}

.panel-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.panel-box-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 2s;
    cursor: pointer;
}

.panel-box-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: '';
}
.jiameng_img .panel-box-img:after{
	background:none;
}

.panel-box-text {
    position: absolute;
    bottom: 48%;
    left: 0;
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: Brandon_reg;
    letter-spacing: 2px;
}

.panel-box-text span {
    display: block;
    line-height:60px;
    color: #fff;
    font-size: 32px;
    font-family: Brandon_blk;
	text-transform:lowercase;
}

.panel-box:hover .panel-box-img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.bottom-btn {
    position: absolute;
    top: 57.5%;
    left: 0;
    width: 100%;
    height: 70px;
    text-align: center;

}

.bottom-btn img {
    height: 100%;
    margin: 0 15px;
    cursor: pointer;
}

/**文字区域**/
.text-panel {
    width: 80%;
    height: 80%;
    margin: 10% auto 0 auto;
}

.text-panel > .left {
    width: 25%;
    height: 100%;
    padding-top: 5%;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 45px;
    font-family: Brandon_blk;
	text-transform:lowercase;
}

.text-panel > .line {
    position: relative;
    display: block;
    float: left;
    width: 10%;
    height: 60%;
}

.text-panel > .line:after {
    position: absolute;
    top: -10%;
    left: 60%;
    width: 1px;
    height: 120%;
    background: #b4b4b4;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg); /* IE 9 */
    -moz-transform: rotate(30deg); /* Firefox */
    -webkit-transform: rotate(30deg); /* Safari 和 Chrome */
    -o-transform: rotate(30deg);
    content: '';
}

.text-panel > .right {
    width: 55%;
    height: 100%;
    padding-top: 5%;
    line-height: 25px;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: Brandon_reg;
	text-transform:lowercase;
}

.bottom-btn img {
    height: 40px;
    margin-top: 10px;
}

.pic-list {
    width: 100%;
}

.pic-list a {
    position: relative;
    display: block;
    margin-top: 100%;
    opacity: 0;
    transition: all 3s;
}

.pic-list img {
    display: block;
    max-width: 100%;
    margin: 0 auto 100px auto;
}

.h300 {
    height: 300px;
}
