

/* 广告图 */
.banner {
    position: relative;
    width: 95%;
    margin: 0 auto;
    z-index: 99;
}
.banner img {
    width: 100%;
    z-index: 99;
}
/* 内容 */
.content {
    position: relative;
    top: -110px;
    width: 100%;
    height: 1200px;
    background-color: #000;
}
.content h3{
    padding: 260px 0 50px 0;
    font-weight: 600;
}
.content h2{
    font-size: 28px;
    line-height: 45px;
}
.content h1{
    font-size: 38px;
    font-weight: 600;
    letter-spacing:3px;
    margin-bottom: 70px;
}
.content p ,.content h3 ,.content h1,.content h2{
    color: #fff;
    text-align: center;
}
.content p{
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 50px;
    letter-spacing:3px;
}

/* 概念 */
.concept {
    width: 100%;
    height: 1080px;
}
.concept .left {
    width: 50%;
    float: left;
}
.concept .left img{
    width: 100%;
}
.concept .right{
    width: 30%;
    float: left;
    margin-left: 10%;
    margin-top: 10%;
}
.concept .right h3 {
    font-size: 16px;
    letter-spacing:2px;
    margin-bottom: 70px;
}
.concept .right h1{
    font-size: 40px;
    letter-spacing:7px;
    font-weight: 600;
    line-height: 100px;
}
.concept .right p{
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
}
/* Line UP */
.LINE_UP {
    position: relative;
    width: 100%;
    height: 585px;
    z-index: 9;
    margin-bottom: 70px;
}
.LINE_UP > h1{
    font-size: 40px;
    margin-left: 43%;
    margin-bottom: 50px;
}
.LINE_UP > .left ,.LINE_UP > .right{
    width: 50%;
    float: left;
    position: relative;
}
.LINE_UP > .left > a > img ,.LINE_UP > .right > a > img{
    width: 100%;
}
.LINE_UP > .left > a > div, .LINE_UP > .right > a > div {
    position: absolute;
    bottom: 0;
    left: 12%;
    background-color: #fff;
    width: 75%;
    text-align: center;
    padding: 20px 0;
}
.LINE_UP > .left > a > div > h2, .LINE_UP > .right > a > div > h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.LINE_UP > .left > a > div > b, .LINE_UP > .right > a > div > b{
    font-size: 14px;
}
.LINE_UP > .left > a:hover,.LINE_UP > .right > a:hover{
    color: #999;
}
/* 故事 */
.story_title {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    z-index: 9;
    padding-top: 70px;
    padding-bottom: 130px;
    /* border-bottom: 1px solid #e7e7e7; */
}
.story_title > p {
    font-size: 40px;
    text-align:center;
    margin-bottom: 80px;
}
.first_div > a > .pick_up{
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e821";
    width: 60px;
    height: 60px;
    background-color: #e0dac2;
    border-radius: 4em;
    box-sizing: border-box;
    font: bold 17px icons;
    transition: border-color 0.2s ease-in-out 0s;
    text-align: center;
    line-height: 1.38;
    position: absolute;
    right: 30px;
    top: -33px;
    z-index: 99;
}
.story_title > .second {
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.story_title > .second > ul > li {
    position: relative;
    float: left;
    margin: 0 25px 100px 0;
    width: 30%;
    height: 488px;
    background-color: #fff;
}
.story_title > .second >ul > li > a{
    width: 100%;
    height: 100%;
}
.story_title > .second >ul > li > a > img {
    width: 100%;
}
.story_title > .second  .s_time{
    margin: 25px;
}
.story_title > .second  .s_time  > span{
    margin-right: 7px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}
.story_title > .second >ul > li > a > p{
    margin: 0 33px 25px 25px;
    line-height: 34px;
    font-size: 18px;
    color: #000;
}
.story_title > .second >ul > li > a > p:last-child{
    font-size: 14px;
}

.story_title > .second >ul > li > a:hover p{
    color: #888;
}
.story_title .more{
    width: 300px;
    height: 80px;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid #111;
    text-align: center;
    line-height: 80px;
}
.story_title .more:hover{
    border: 1px solid #888;
}